mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Iteration over strided blocks (#175)
* Introduce the strided blocks. * Use the strided blocks to fasten the copy. * Add more testing.
This commit is contained in:
@ -67,7 +67,7 @@ pub use indexer::IndexOp;
|
||||
pub use layout::Layout;
|
||||
pub use shape::{Shape, D};
|
||||
pub use storage::Storage;
|
||||
use strided_index::StridedIndex;
|
||||
pub use strided_index::{StridedBlocks, StridedIndex};
|
||||
pub use tensor::{Tensor, TensorId};
|
||||
pub use variable::Var;
|
||||
|
||||
|
Reference in New Issue
Block a user