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:
NDIndexElement
-
Interface Summary Interface Description NDIndexElement An index for particular dimensions created by NDIndex. -
Class Summary Class Description NDIndexAll AnNDIndexElementto return all values in a particular dimension.NDIndexBooleans AnNDIndexElementto return values based on a mask binary NDArray.NDIndexFixed An NDIndexElement that returns only a specific value in the corresponding dimension.NDIndexNull AnNDIndexElementto return all values in a particular dimension.NDIndexPick AnNDIndexElementthat gets elements by index in the specified axis.NDIndexSlice An NDIndexElement that returns a range of values in the specified dimension.NDIndexTake AnNDIndexElementthat gets elements by index in the specified axis.