mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Expose the ndarray trait. (#1586)
This commit is contained in:
@ -72,7 +72,7 @@ pub mod utils;
|
|||||||
mod variable;
|
mod variable;
|
||||||
|
|
||||||
pub use cpu_backend::CpuStorage;
|
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 dtype::{DType, FloatDType, IntDType, WithDType};
|
||||||
pub use error::{Error, Result};
|
pub use error::{Error, Result};
|
||||||
pub use indexer::IndexOp;
|
pub use indexer::IndexOp;
|
||||||
|
Reference in New Issue
Block a user