Package ai.djl.ndarray.index.dim


package ai.djl.ndarray.index.dim
Contains classes that represent an index element in a NDArray's indices.

Contains the main interface NDIndexElement and various implementations.

See Also:
  • Class
    Description
    An NDIndexElement to return all values in a particular dimension.
    An NDIndexElement to return values based on a mask binary NDArray.
    An index for particular dimensions created by NDIndex.
    An NDIndexElement that returns only a specific value in the corresponding dimension.
    An NDIndexElement to return all values in a particular dimension.
    An NDIndexElement that gets elements by index in the specified axis.
    An NDIndexElement that returns a range of values in the specified dimension.
    An NDIndexElement that gets elements by index in the specified axis.