public class DenseBooleanTensor extends ByteBufferDenseTensor
_byteBuffer, _cardinality, _limit, _shape, _start, _types| Constructor and Description |
|---|
DenseBooleanTensor(java.nio.ByteBuffer byteBuffer,
long[] shape) |
DenseBooleanTensor(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 DenseBooleanTensor(java.nio.ByteBuffer byteBuffer,
long[] shape)
public DenseBooleanTensor(java.nio.ByteBuffer byteBuffer,
long[] shape,
Representable[] types,
int cardinality)
public TensorIterator iterator()
public java.util.List<?> asList()
asList in class DenseTensor