tf.contrib.layers.relu6
partial(func, *args, **keywords) - new function with partial application
tf.contrib.layers.relu6( inputs, num_outputs, *, activation_fn=tf.nn.relu6, normalizer_fn=None, normalizer_params=None, weights_initializer=._initializer at 0x7f58ea884b00>, weights_regularizer=None, biases_initializer=, biases_regularizer=None, reuse=None, variables_collections=None, outputs_collections=None, trainable=True, scope=None )
of the given arguments and keywords.
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/relu6