Package ai.djl.ndarray.index
package ai.djl.ndarray.index
Contains classes that help access
NDArray
's indices.- See Also:
-
ClassesClassDescriptionThe
NDIndex
allows you to specify a subset of an NDArray that can be used for fetching or updating.