Module org.tensorflow.ndarray
Class MiscDataBufferFactory
- java.lang.Object
-
- org.tensorflow.ndarray.impl.buffer.misc.MiscDataBufferFactory
-
public class MiscDataBufferFactory extends Object
Factory of miscellaneous data buffers
-
-
Constructor Summary
Constructors Constructor Description MiscDataBufferFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanDataBuffercreate(boolean[] array, boolean readOnly)static BooleanDataBuffercreate(BitSet bitSet, long numBits, boolean readOnly)static <T> DataBuffer<T>create(T[] array, boolean readOnly)
-
-
-
Method Detail
-
create
public static BooleanDataBuffer create(BitSet bitSet, long numBits, boolean readOnly)
-
create
public static BooleanDataBuffer create(boolean[] array, boolean readOnly)
-
create
public static <T> DataBuffer<T> create(T[] array, boolean readOnly)
-
-