mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Update candle-core/src/indexer.rs
This commit is contained in:
@ -43,7 +43,6 @@ impl Tensor {
|
||||
Bound::Unbounded => dims[i],
|
||||
};
|
||||
let len = stop - start;
|
||||
println!(" indexer {indexer:?} Start {start} stop{stop} - {len:?}");
|
||||
let out = x.narrow(current_dim, start, stop - start)?;
|
||||
current_dim += 1;
|
||||
out
|
||||
|
Reference in New Issue
Block a user