Package ai.djl.ndarray
package ai.djl.ndarray
Contains classes and interfaces that define an n-dimensional array.
-
ClassDescription
BaseNDManageris the default implementation ofNDManager.Represents a supplier ofbyte[].AnNDArraythat waits to compute values until they are needed.An interface representing an n-dimensional array.A base implementation of theNDArraythat does nothing.This class contains various methods for manipulating NDArrays.AnNDListrepresents a sequence ofNDArrays with names.An enum represents NDList serialization format.NDArray managers are used to create NDArrays (n-dimensional array on native engine).ANDManager.SystemNDManageris a marker class for a base NDManager.An object which is managed by anNDManagerand tracks the manager it is attached to.A class that tracksNDResourceobjects 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.