Package ai.djl.ndarray
package ai.djl.ndarray
Contains classes and interfaces that define an n-dimensional array.
-
ClassDescription
BaseNDManager
is the default implementation ofNDManager
.Represents a supplier ofbyte[]
.AnNDArray
that waits to compute values until they are needed.An interface representing an n-dimensional array.A base implementation of theNDArray
that does nothing.This class contains various methods for manipulating NDArrays.AnNDList
represents a sequence ofNDArray
s with names.An enum represents NDList serialization format.NDArray managers are used to create NDArrays (n-dimensional array on native engine).ANDManager.SystemNDManager
is a marker class for a base NDManager.An object which is managed by anNDManager
and tracks the manager it is attached to.A class that tracksNDResource
objects created in the try-with-resource block and close them automatically when out of the block scope.A class containing utility methods for NDArray operations.An interface representing a Sparse NDArray.