Uses of Interface
org.tensorflow.ndarray.buffer.DataBufferWindow
Packages that use DataBufferWindow
Package
Description
-
Uses of DataBufferWindow in org.tensorflow.ndarray.buffer
Methods in org.tensorflow.ndarray.buffer that return DataBufferWindowModifier and TypeMethodDescriptionDataBufferWindow.slide(long step) Moves the window ofstepelements in the original buffer.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 DataBufferWindowMethods in org.tensorflow.ndarray.impl.buffer that return DataBufferWindowModifier and TypeMethodDescriptionfinal DataBufferWindow<B> AbstractDataBufferWindow.slide(long step) final 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 DataBufferWindowModifierConstructorDescriptionFastElementSequence(org.tensorflow.ndarray.impl.AbstractNdArray<T, U> ndArray, int dimensionIdx, U element, DataBufferWindow<?> elementWindow)