Expose the ndarray trait. (#1586)

This commit is contained in:
Laurent Mazare
2024-01-14 20:09:49 +01:00
committed by GitHub
parent e6d86b0819
commit bdd8107fda

View File

@ -72,7 +72,7 @@ pub mod utils;
mod variable;
pub use cpu_backend::CpuStorage;
pub use device::{Device, DeviceLocation};
pub use device::{Device, DeviceLocation, NdArray};
pub use dtype::{DType, FloatDType, IntDType, WithDType};
pub use error::{Error, Result};
pub use indexer::IndexOp;