Uses of Interface
org.tensorflow.ndarray.buffer.BooleanDataBuffer
Packages that use BooleanDataBuffer
Package
Description
-
Uses of BooleanDataBuffer in org.tensorflow.ndarray
Methods in org.tensorflow.ndarray with parameters of type BooleanDataBufferModifier and TypeMethodDescriptionBooleanNdArray.copyFrom(BooleanDataBuffer src) BooleanNdArray.copyTo(BooleanDataBuffer dst) static BooleanNdArrayNdArrays.wrap(Shape shape, BooleanDataBuffer buffer) Wraps a buffer in a boolean N-dimensional array of a given shape. -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.buffer
Methods in org.tensorflow.ndarray.buffer that return BooleanDataBufferModifier and TypeMethodDescriptionByteDataBuffer.asBooleans()Return this byte buffer as a buffer of booleans.BooleanDataBuffer.copyTo(DataBuffer<Boolean> dst, long size) default BooleanDataBufferBooleanDataBuffer.narrow(long size) static BooleanDataBufferDataBuffers.of(boolean... values) Create a buffer from an array of booleans into a data buffer.static BooleanDataBufferDataBuffers.of(boolean[] array, boolean readOnly, boolean makeCopy) Create a buffer from an array of booleans into a data buffer.static BooleanDataBufferDataBuffers.ofBooleans(long size) Creates a buffer of booleans that can store up tosizevaluesdefault BooleanDataBufferBooleanDataBuffer.offset(long index) default BooleanDataBufferBooleanDataBuffer.read(boolean[] dst) Bulk get method, using boolean arrays.BooleanDataBuffer.read(boolean[] dst, int offset, int length) Bulk get method, using boolean arrays.BooleanDataBuffer.setBoolean(boolean value, long index) Writes the given boolean into this buffer at the given index.default BooleanDataBufferBooleanDataBuffer.slice(long index, long size) default BooleanDataBufferBooleanDataBuffer.write(boolean[] src) Bulk put method, using boolean arrays.BooleanDataBuffer.write(boolean[] src, int offset, int length) Bulk put method, using boolean arrays.Methods in org.tensorflow.ndarray.buffer that return types with arguments of type BooleanDataBufferModifier and TypeMethodDescriptiondefault DataBufferWindow<BooleanDataBuffer> BooleanDataBuffer.window(long size) -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.buffer.layout
Methods in org.tensorflow.ndarray.buffer.layout that return BooleanDataBuffer -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.buffer.adapter
Methods in org.tensorflow.ndarray.impl.buffer.adapter that return BooleanDataBufferModifier and TypeMethodDescriptionstatic <S extends DataBuffer<?>>
BooleanDataBufferDataBufferAdapterFactory.create(S buffer, BooleanDataLayout<S> layout) Creates an adapter that applies a boolean data layout to the given buffer. -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.buffer.misc
Methods in org.tensorflow.ndarray.impl.buffer.misc that return BooleanDataBufferModifier and TypeMethodDescriptionstatic BooleanDataBufferMiscDataBufferFactory.create(boolean[] array, boolean readOnly) static BooleanDataBuffer -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.buffer.raw
Methods in org.tensorflow.ndarray.impl.buffer.raw that return BooleanDataBufferModifier and TypeMethodDescriptionstatic BooleanDataBufferRawDataBufferFactory.create(boolean[] array, boolean readOnly) protected static BooleanDataBufferRawDataBufferFactory.mapNativeBooleans(long address, long size, boolean readOnly) -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.dense
Methods in org.tensorflow.ndarray.impl.dense that return BooleanDataBufferMethods in org.tensorflow.ndarray.impl.dense with parameters of type BooleanDataBufferModifier and TypeMethodDescriptionBooleanDenseNdArray.copyFrom(BooleanDataBuffer src) BooleanDenseNdArray.copyTo(BooleanDataBuffer dst) static BooleanNdArrayBooleanDenseNdArray.create(BooleanDataBuffer buffer, Shape shape) Constructors in org.tensorflow.ndarray.impl.dense with parameters of type BooleanDataBufferModifierConstructorDescriptionprotectedBooleanDenseNdArray(BooleanDataBuffer buffer, Shape shape) -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.sparse
Methods in org.tensorflow.ndarray.impl.sparse with parameters of type BooleanDataBufferModifier and TypeMethodDescriptionBooleanSparseNdArray.copyFrom(BooleanDataBuffer src) BooleanSparseNdArray.copyTo(BooleanDataBuffer dst) static BooleanSparseNdArrayBooleanSparseNdArray.create(BooleanDataBuffer dataBuffer, boolean defaultValue, DimensionalSpace dimensions) Creates a new BooleanSparseNdArray from a data bufferstatic BooleanSparseNdArrayBooleanSparseNdArray.create(BooleanDataBuffer buffer, boolean defaultValue, Shape shape) Creates a new empty BooleanSparseNdArray from a float data bufferstatic BooleanSparseNdArrayBooleanSparseNdArray.create(BooleanDataBuffer dataBuffer, DimensionalSpace dimensions) Creates a new BooleanSparseNdArray from a data bufferstatic BooleanSparseNdArrayBooleanSparseNdArray.create(BooleanDataBuffer buffer, Shape shape) Creates a new empty BooleanSparseNdArray from a float data buffer -
Uses of BooleanDataBuffer in org.tensorflow.ndarray.impl.sparse.slice
Methods in org.tensorflow.ndarray.impl.sparse.slice with parameters of type BooleanDataBufferModifier and TypeMethodDescriptionBooleanSparseSlice.copyFrom(BooleanDataBuffer src) BooleanSparseSlice.copyTo(BooleanDataBuffer dst)