See: Description
| Interface | Description |
|---|---|
| NDArray |
An interface representing an n-dimensional array.
|
| NDManager |
NDArray managers are used to create NDArrays (n-dimensional array on native engine).
|
| SparseNDArray |
An interface representing a Sparse NDArray.
|
| Class | Description |
|---|---|
| BaseNDManager |
BaseNDManager is the default implementation of NDManager. |
| NDArrays |
This class contains various methods for manipulating NDArrays.
|
| NDList |
An
NDList represents a sequence of NDArrays with names. |
| NDUtils |
A class containing utility methods for NDArray operations.
|