diff options
Diffstat (limited to 'candle-core/src/lib.rs')
-rw-r--r-- | candle-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-core/src/lib.rs b/candle-core/src/lib.rs index 2365a34d..9a2602f4 100644 --- a/candle-core/src/lib.rs +++ b/candle-core/src/lib.rs @@ -23,7 +23,7 @@ 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 shape::{Shape, D}; pub use storage::Storage; use strided_index::StridedIndex; pub use tensor::{Tensor, TensorId}; |