Module zyx_core::tensor

source ·
Expand description

See Tensor

Structs§

  • Id of tensor.
  • Tensor is the core object of zyx. It is multidimensional array.

Traits§

  • A range of axes that can be used for flattening tensors.
  • Implemented for objects that can be used to index tensors.
  • Into i64 range, used for indexing
  • Objects must implement this to be convertible into tensor

Functions§

  • Create new id.
  • Create new tensor from id and backend. Used mostly internally in tensor and in backends.