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:
-
ClassDescriptionAn
NDIndexElementto return all values in a particular dimension.AnNDIndexElementto 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.AnNDIndexElementto return all values in a particular dimension.AnNDIndexElementthat gets elements by index in the specified axis.An NDIndexElement that returns a range of values in the specified dimension.AnNDIndexElementthat gets elements by index in the specified axis.