TensorFlow 1 version | View source on GitHub |
Constrains the weights to be non-negative.
Inherits From: Constraint
Also available via the shortcut function tf.keras.constraints.non_neg
.
Methods
get_config
get_config()
__call__
__call__(
w
)
Call self as a function.