Class Variable
- java.lang.Object
-
- org.nd4j.autodiff.samediff.internal.Variable
-
public class Variable extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>controlDepsprotected List<String>controlDepsForOpprotected List<String>controlDepsForVarprotected SDVariablegradientprotected List<String>inputsForOpprotected Stringnameprotected StringoutputOfOpprotected SDVariablevariableprotected intvariableIndex
-
Constructor Summary
Constructors Constructor Description Variable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getInputsForOp()StringgetOutputOfOp()voidsetInputsForOp(List<String> inputsForOp)voidsetOutputOfOp(String outputOfOp)
-
-
-
Field Detail
-
name
protected String name
-
variable
protected SDVariable variable
-
outputOfOp
protected String outputOfOp
-
gradient
protected SDVariable gradient
-
variableIndex
protected int variableIndex
-
-