Skip to content

Commit

Permalink
Export TensorIndexer public to candle users (huggingface#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1994st committed Sep 13, 2024
1 parent c09afc2 commit ebf722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub use custom_op::{CustomOp1, CustomOp2, CustomOp3, InplaceOp1, InplaceOp2, Inp
pub use device::{Device, DeviceLocation, NdArray};
pub use dtype::{DType, DTypeParseError, FloatDType, IntDType, WithDType};
pub use error::{Error, Result};
pub use indexer::IndexOp;
pub use indexer::{IndexOp, TensorIndexer};
pub use layout::Layout;
pub use shape::{Shape, D};
pub use storage::Storage;
Expand Down

0 comments on commit ebf722b

Please sign in to comment.