mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Shuffle the shape bits around.
This commit is contained in:
@ -2,10 +2,11 @@ mod device;
|
||||
mod dtype;
|
||||
mod error;
|
||||
mod op;
|
||||
mod shape;
|
||||
mod storage;
|
||||
mod tensor;
|
||||
|
||||
pub use device::Device;
|
||||
pub use dtype::DType;
|
||||
pub use dtype::{DType, WithDType};
|
||||
pub use error::{Error, Result};
|
||||
pub use tensor::Tensor;
|
||||
|
Reference in New Issue
Block a user