| Interface | Description |
|---|---|
| ReadableTuple |
A readable tuple of primitives.
|
| Representable |
A scalar with a primitive representation - either a dimension or a value.
|
| TensorData |
A typed container of structured data.
|
| TensorIterator |
TensorIterator is responsible for a range of rows (possibly empty).
|
| WriteableTuple<T extends WriteableTuple<T>> |
A writable tuple of primitives.
|
| Class | Description |
|---|---|
| DenseTensor |
A dense subkind of tensor data.
|
| DimensionType |
Base type for all the dimension types.
|
| LOLTensorData |
Each list is of the same length and stores a single dimension (similarly to parallel arrays).
|
| PrimitiveDimensionType |
The most basic type of a dimension.
|
| SimpleWriteableTuple<T extends WriteableTuple<T>> |
An implementation of
WriteableTuple which keeps all values in primitive arrays. |
| StandaloneReadableTuple |
A readable tuple implementation that stores single tensor row data independent of
a tensor aka in standalone manner.
|
| Tensors |
Utility methods for converting various collections to tensors.
|
| TensorType |
Type definition for a TypedTensor, defines the value type, dimension types and dimension names.
|
| TensorTypes |
Utility functions for working with
TensorType |
| Enum | Description |
|---|---|
| Primitive |
Supported primitive types.
|
| TensorCategory |
The category of the tensor type, such as dense, sparse, etc.
|