public class
NonNeg
Constrains the weights to be non-negative.
Inherited Constants
float | EPSILON |
Public Constructors
NonNeg(Ops tf)
Create a NonNeg constraint
|
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public NonNeg (Ops tf)
Create a NonNeg constraint
Parameters
tf | the TensorFlow Ops |
---|