Class | Description |
---|---|
ImmutableDoubleArrayBackedTensor |
A specific implementation of a tensor, that contains double values.
|
ImmutableDoubleArrayBackedTensor.Builder |
A builder for tensor which only will contain doubles
|
PositionIndexer |
Encapsulates the mapping positions to integer indizes, which allow to address entries within an array.
|
PositionIndexer.Builder |
The builder for a position indexer.
|
Exception | Description |
---|---|
TooLargeForArrayException |
This exception will be thrown if an array of a too large size would be required to store all the tensor values.
|