Mojo package
tensor
APIs to create and manage tensors in a graph.
Modules
-
io_spec
: -
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_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!