| Package | Description |
|---|---|
| org.tensorflow.ndarray.buffer | |
| org.tensorflow.ndarray.impl.buffer | |
| org.tensorflow.ndarray.impl.sequence |
| Modifier and Type | Method and Description |
|---|---|
DataBufferWindow<B> |
DataBufferWindow.slide(long step)
Moves the window of
step elements in the original buffer. |
DataBufferWindow<B> |
DataBufferWindow.slideTo(long index)
Moves the window at the given position in the original buffer.
|
default DataBufferWindow<? extends DataBuffer<T>> |
DataBuffer.window(long size)
Creates a
DataBufferWindow that provides a partial view of this buffer. |
default DataBufferWindow<ShortDataBuffer> |
ShortDataBuffer.window(long size) |
default DataBufferWindow<DoubleDataBuffer> |
DoubleDataBuffer.window(long size) |
default DataBufferWindow<FloatDataBuffer> |
FloatDataBuffer.window(long size) |
default DataBufferWindow<LongDataBuffer> |
LongDataBuffer.window(long size) |
default DataBufferWindow<BooleanDataBuffer> |
BooleanDataBuffer.window(long size) |
default DataBufferWindow<IntDataBuffer> |
IntDataBuffer.window(long size) |
default DataBufferWindow<ByteDataBuffer> |
ByteDataBuffer.window(long size) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataBufferWindow<B extends DataBuffer<?>> |
| Modifier and Type | Method and Description |
|---|---|
DataBufferWindow<B> |
AbstractDataBufferWindow.slide(long step) |
DataBufferWindow<B> |
AbstractDataBufferWindow.slideTo(long index) |
| Constructor and Description |
|---|
FastElementSequence(AbstractNdArray<T,U> ndArray,
int dimensionIdx,
U element,
DataBufferWindow<?> elementWindow) |
Copyright © 2015–2020. All rights reserved.