mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Start refactoring the stride.
This commit is contained in:
@ -7,6 +7,7 @@ pub mod display;
|
||||
mod dtype;
|
||||
mod dummy_cuda_backend;
|
||||
mod error;
|
||||
mod layout;
|
||||
mod npy;
|
||||
mod op;
|
||||
mod shape;
|
||||
@ -19,6 +20,7 @@ pub use cpu_backend::CpuStorage;
|
||||
pub use device::{Device, DeviceLocation};
|
||||
pub use dtype::{DType, WithDType};
|
||||
pub use error::{Error, Result};
|
||||
pub use layout::Layout;
|
||||
pub use shape::Shape;
|
||||
pub use storage::Storage;
|
||||
use strided_index::StridedIndex;
|
||||
|
Reference in New Issue
Block a user