Package ai.djl.ndarray.types
Contains classes that define n-dimensional array data types.
-
Class Summary Class Description DataDesc A data descriptor class that encapsulates information of aNDArray.Shape A class that presents theNDArray's shape information. -
Enum Summary Enum Description DataType An enum representing the underlyingNDArray's data type.DataType.Format The general data type format categories.LayoutType An enum to represent the meaning of a particular axis in anNDArray.SparseFormat An enum representing Sparse matrix storage formats.