Expand description
Common imports for working with memory types.
Re-exports§
pub use super::MemoryDescriptor;pub use super::nixl::NixlCompatible;pub use super::nixl::NixlMemory;pub use super::nixl::NixlRegisterExt;pub use super::nixl::RegisteredView;
Traits§
- Tensor
Descriptor - A tensor is memory with shape, stride, and element size metadata.
- Tensor
Descriptor Ext - Extension trait providing helper methods for tensor descriptors.