Uses of Interface
org.tensorflow.ndarray.buffer.DataBufferWindow
-
Packages that use DataBufferWindow Package Description org.tensorflow.ndarray.buffer org.tensorflow.ndarray.impl.buffer org.tensorflow.ndarray.impl.sequence -
-
Uses of DataBufferWindow in org.tensorflow.ndarray.buffer
Methods in org.tensorflow.ndarray.buffer that return DataBufferWindow Modifier and Type Method Description DataBufferWindow<B>DataBufferWindow. slide(long step)Moves the window ofstepelements in the original buffer.DataBufferWindow<B>DataBufferWindow. slideTo(long index)Moves the window at the given position in the original buffer.default DataBufferWindow<BooleanDataBuffer>BooleanDataBuffer. window(long size)default DataBufferWindow<ByteDataBuffer>ByteDataBuffer. window(long size)default DataBufferWindow<? extends DataBuffer<T>>DataBuffer. window(long size)Creates aDataBufferWindowthat provides a partial view of this buffer.default DataBufferWindow<DoubleDataBuffer>DoubleDataBuffer. window(long size)default DataBufferWindow<FloatDataBuffer>FloatDataBuffer. window(long size)default DataBufferWindow<IntDataBuffer>IntDataBuffer. window(long size)default DataBufferWindow<LongDataBuffer>LongDataBuffer. window(long size)default DataBufferWindow<ShortDataBuffer>ShortDataBuffer. window(long size) -
Uses of DataBufferWindow in org.tensorflow.ndarray.impl.buffer
Classes in org.tensorflow.ndarray.impl.buffer that implement DataBufferWindow Modifier and Type Class Description classAbstractDataBufferWindow<B extends DataBuffer<?>>Methods in org.tensorflow.ndarray.impl.buffer that return DataBufferWindow Modifier and Type Method Description DataBufferWindow<B>AbstractDataBufferWindow. slide(long step)DataBufferWindow<B>AbstractDataBufferWindow. slideTo(long index) -
Uses of DataBufferWindow in org.tensorflow.ndarray.impl.sequence
Constructors in org.tensorflow.ndarray.impl.sequence with parameters of type DataBufferWindow Constructor Description FastElementSequence(org.tensorflow.ndarray.impl.AbstractNdArray<T,U> ndArray, int dimensionIdx, U element, DataBufferWindow<?> elementWindow)
-