| Interface | Description |
|---|---|
| BulkTensorBuilder |
An interface for building Tensors from arrays and collections of values
This is targeted towards building DenseTensor.
|
| TensorBuilder<T extends TensorBuilder<T>> |
A stateful object used to build instances of tensors of some specific representation without knowing its details.
|
| TensorBuilderFactory | |
| TypedOperator |
| Class | Description |
|---|---|
| BufferUtils | |
| DenseTensorBuilder |
Build a dense tensor based on input column types and shape,
All columns except the last one, must have
Primitive.INT representation. |
| DenseTensorBuilderFactory | |
| SortUtils | |
| UniversalTensor |
Implements a tensor from pre-allocated arrays.
|
| UniversalTensorBuilder |
Builds tensors with columns being a requested permutation of int, long, and float.
|
| UniversalTensorBuilderFactory |