//! Conversions between DLPack and supported container libraries.
//!
//! Producer-side conversions return [`crate::Builder`] so callers can adjust
//! flags and metadata before selecting a managed tensor ABI.
/// CUDA device-buffer interop through `cudarc`.
/// HWC image interop through the `image` crate.
/// Dynamic-dimensional CPU array interop through `ndarray`.
/// CPU tensor interop through `candle-core`.