Package ai.djl.ndarray.types


package ai.djl.ndarray.types
Contains classes that define n-dimensional array data types.
  • Class
    Description
    A data descriptor class that encapsulates information of a NDArray.
    An enum representing the underlying NDArray's data type.
    The general data type format categories.
    An enum to represent the meaning of a particular axis in an NDArray.
    A class that presents the NDArray's shape information.
    An enum representing Sparse matrix storage formats.