public class
NonNeg
Constrains the weights to be non-negative.
Inherited Constants
Public Constructors
NonNeg(Ops tf)
Create a NonNeg constraint
|
Public Methods
<T extends TNumber> Operand<T> |
Inherited Methods
Public Constructors
public NonNeg (Ops tf)
Create a NonNeg constraint
Parameters
tf | the TensorFlow Ops |
---|