On this page
tf.contrib.layers.legacy_relu
partial(func, *args, **keywords) - new function with partial application
tf.contrib.layers.legacy_relu(
x, num_output_units, *, activation_fn=tf.nn.relu, weight_init=._initializer at 0x7f58ea88c3b0>,
bias_init=, name=None,
weight_collections=('weights',), bias_collections=('biases',),
output_collections=('activations',), trainable=True, weight_regularizer=None,
bias_regularizer=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/legacy_relu