Package org.nd4j.graph
Class UIGraphStructure.Vector
- java.lang.Object
-
- com.google.flatbuffers.BaseVector
-
- org.nd4j.graph.UIGraphStructure.Vector
-
- Enclosing class:
- UIGraphStructure
public static final class UIGraphStructure.Vector extends com.google.flatbuffers.BaseVector
-
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIGraphStructure.Vector
__assign(int _vector, int _element_size, ByteBuffer _bb)
UIGraphStructure
get(int j)
UIGraphStructure
get(UIGraphStructure obj, int j)
-
-
-
Method Detail
-
__assign
public UIGraphStructure.Vector __assign(int _vector, int _element_size, ByteBuffer _bb)
-
get
public UIGraphStructure get(int j)
-
get
public UIGraphStructure get(UIGraphStructure obj, int j)
-
-