Package org.nd4j.graph
Class UIHistogram.Vector
- java.lang.Object
-
- com.google.flatbuffers.BaseVector
-
- org.nd4j.graph.UIHistogram.Vector
-
- Enclosing class:
- UIHistogram
public static final class UIHistogram.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 UIHistogram.Vector__assign(int _vector, int _element_size, ByteBuffer _bb)UIHistogramget(int j)UIHistogramget(UIHistogram obj, int j)
-
-
-
Method Detail
-
__assign
public UIHistogram.Vector __assign(int _vector, int _element_size, ByteBuffer _bb)
-
get
public UIHistogram get(int j)
-
get
public UIHistogram get(UIHistogram obj, int j)
-
-