Tensors


A tensor is a sequence of floating point numbers shaped into an n-dimensional matrix. It supports fast, scalable matrix operations such as matrix multiplication and transposition as well as a number of element-wise operations. Words for working with tensors are found in the tensors vocabulary.

More information about tensors can be found here:
Creating Tensors
Manipulating Tensors