public static class
Optimizer.GradAndVar
A class that holds a paired gradient and variable.
Public Constructors
Public Methods
Output<T> |
getGradient()
Gets the gradient
|
Output<T> |
getVariable()
Gets the variable
|