Structs

ManagedTensor type with Rust as the main owner of the underlying data.
Safe proxy to ffi::DLManagedTensor which is self-referential by design. See DLManagedTensor
A typed ManagerContext type that is !Unpin i.e. pinnable for safety since it holds a pointer to the underlying DLTensor.
Non-owned Tensor type interface. See DLTensor