public class DenseFloatTensor extends ByteBufferDenseTensor
_byteBuffer, _cardinality, _limit, _shape, _start, _types| Constructor and Description |
|---|
DenseFloatTensor(java.nio.ByteBuffer byteBuffer,
long[] shape) |
DenseFloatTensor(java.nio.ByteBuffer byteBuffer,
long[] shape,
Representable[] types,
int cardinality) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<?> |
asList() |
TensorIterator |
iterator() |
cardinality, estimatedCardinality, getByteBuffer, getByteBuffer, getShape, getTypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArity, isEmptypublic DenseFloatTensor(java.nio.ByteBuffer byteBuffer,
long[] shape)
public DenseFloatTensor(java.nio.ByteBuffer byteBuffer,
long[] shape,
Representable[] types,
int cardinality)
public TensorIterator iterator()
public java.util.List<?> asList()
asList in class DenseTensor