mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
i(..)
indexing sugar (partial).
- Only range, and select (no tensor_select) - No negative indexing
This commit is contained in:
@ -43,6 +43,7 @@ pub mod display;
|
||||
mod dtype;
|
||||
mod dummy_cuda_backend;
|
||||
mod error;
|
||||
mod indexer;
|
||||
mod layout;
|
||||
mod npy;
|
||||
mod op;
|
||||
@ -57,6 +58,7 @@ pub use cpu_backend::CpuStorage;
|
||||
pub use device::{Device, DeviceLocation};
|
||||
pub use dtype::{DType, WithDType};
|
||||
pub use error::{Error, Result};
|
||||
pub use indexer::IndexOp;
|
||||
pub use layout::Layout;
|
||||
pub use shape::{Shape, D};
|
||||
pub use storage::Storage;
|
||||
|
Reference in New Issue
Block a user