Package ai.djl.ndarray.index.dim
Interface NDIndexElement
-
- All Known Implementing Classes:
NDIndexAll
,NDIndexBooleans
,NDIndexFixed
,NDIndexNull
,NDIndexPick
,NDIndexSlice
,NDIndexTake
public interface NDIndexElement
An index for particular dimensions created by NDIndex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRank()
Returns the number of dimensions occupied by this index element.
-