Skip to content

Commit

Permalink
dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 21, 2023
1 parent c11c74f commit 10ee0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hir/src/ops/array/strided_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ impl InferenceRulesOp for StridedSlice {
for (ix, axis) in axes.into_iter().enumerate() {
let preped =
self.prepare_one_dim(ix, &input_shape[axis], begin, end, &strides)?;
dbg!(&preped);
output_shape[axis] = preped.soft_len()?;
if preped.shrink {
shrink.push(axis);
Expand Down

0 comments on commit 10ee0bd

Please sign in to comment.