Skip to main content
Log in

Mojo module

managed_tensor_slice

Structs

  • ManagedTensorSlice: ManagedTensorSlice is like TensorSlice but it does not effect the life of the underlying allocated pointer. Unlike TensorSlice, when the object lifetime ends it does not affect the lifetime of the underlying pointer. Conversly, if a ManagedTensorSlice is created, it will not extend the life of the underlying pointer.

Functions