dlpark 0.9.0-alpha.1

dlpack Rust binding for Python
Documentation
1
2
3
4
//! Legacy DLPack managed tensor ABI.

/// Owning handle for the legacy `DLManagedTensor` ABI.
pub type Dlpack = crate::Managed<crate::ffi::DLManagedTensor>;