Package smile.deep.tensor
package smile.deep.tensor
A tensor is a multidimensional array. Mathematically, a tensor is an
algebraic object that describes a multilinear relationship between sets
of algebraic objects related to a vector space. Tensors may map between
different objects such as vectors, scalars, and even other tensors.
-
ClassDescriptionThe compute device on which a tensor is stored.The compute device type.Indexing a tensor.The memory layout of a Tensor.The data type of the elements stored in the tensor.A Tensor is a multidimensional array containing elements of a single data type.A class that encapsulates the construction axes of a Tensor.