Uses of Class
org.nd4j.autodiff.samediff.internal.Variable
-
Packages that use Variable Package Description org.nd4j.autodiff.listeners org.nd4j.autodiff.listeners.impl org.nd4j.autodiff.samediff.internal -
-
Uses of Variable in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners with parameters of type Variable Modifier and Type Method Description voidBaseListener. preUpdate(SameDiff sd, At at, Variable v, INDArray update)voidListener. preUpdate(SameDiff sd, At at, Variable v, INDArray update)Called just before each parameter is to be updated - i.e., just before each parameter is modified. -
Uses of Variable in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type Variable Modifier and Type Method Description voidUIListener. preUpdate(SameDiff sd, At at, Variable v, INDArray update) -
Uses of Variable in org.nd4j.autodiff.samediff.internal
Methods in org.nd4j.autodiff.samediff.internal with parameters of type Variable Modifier and Type Method Description protected voidAbstractSession. addVarControlDeps(AbstractSession.ExecStep es, Variable v)Add the control dependency from Op -> variable
-