tf.keras.constraints.NonNeg

View source on GitHub

Constrains the weights to be non-negative.

Inherits From: Constraint

Methods

__call__

View source

__call__(
    w
)

Call self as a function.

get_config

View source

get_config()