mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Export TensorIndexer public to candle users (#2477)
This commit is contained in:
@ -81,7 +81,7 @@ pub use custom_op::{CustomOp1, CustomOp2, CustomOp3, InplaceOp1, InplaceOp2, Inp
|
|||||||
pub use device::{Device, DeviceLocation, NdArray};
|
pub use device::{Device, DeviceLocation, NdArray};
|
||||||
pub use dtype::{DType, DTypeParseError, FloatDType, IntDType, WithDType};
|
pub use dtype::{DType, DTypeParseError, FloatDType, IntDType, WithDType};
|
||||||
pub use error::{Error, Result};
|
pub use error::{Error, Result};
|
||||||
pub use indexer::IndexOp;
|
pub use indexer::{IndexOp, TensorIndexer};
|
||||||
pub use layout::Layout;
|
pub use layout::Layout;
|
||||||
pub use shape::{Shape, D};
|
pub use shape::{Shape, D};
|
||||||
pub use storage::Storage;
|
pub use storage::Storage;
|
||||||
|
Reference in New Issue
Block a user