Mojo package
tensor
Implements the MAX tensor package.
Modules
-
managed_tensor_slice
: Implements theManagedTensorSlice
type - a view of a tensor that doesn't own the underlying data. This type is used to build custom graph operations. -
tensor
: Implements theTensor
type - a tensor type which owns its underlying data. -
tensor_like
: Implements theTensorLike
trait, used to share code for objects that behave like tensors. -
tensor_shape
: Implements theTensorShape
type - a space efficient representation of a tensor shape. -
tensor_spec
: Implements theTensorSpec
type - a space efficient representation of a tensor shape and dtype.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!