Uses of Class
org.nd4j.graph.UIVariable
-
Packages that use UIVariable Package Description org.nd4j.graph -
-
Uses of UIVariable in org.nd4j.graph
Methods in org.nd4j.graph that return UIVariable Modifier and Type Method Description UIVariableUIVariable. __assign(int _i, ByteBuffer _bb)UIVariableUIVariable.Vector. get(int j)UIVariableUIVariable.Vector. get(UIVariable obj, int j)static UIVariableUIVariable. getRootAsUIVariable(ByteBuffer _bb)static UIVariableUIVariable. getRootAsUIVariable(ByteBuffer _bb, UIVariable obj)UIVariableUIGraphStructure. variables(int j)UIVariableUIGraphStructure. variables(UIVariable obj, int j)Methods in org.nd4j.graph with parameters of type UIVariable Modifier and Type Method Description UIVariableUIVariable.Vector. get(UIVariable obj, int j)static UIVariableUIVariable. getRootAsUIVariable(ByteBuffer _bb, UIVariable obj)UIVariableUIGraphStructure. variables(UIVariable obj, int j)
-