Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Dec 24, 2024
1 parent 26e9330 commit 9fc0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/preseg_passes/remove_bcast_squeeze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ std::vector<bool> nonPreservedDims(const AxisOps& ops) {
}

TensorView* replayAxisOp(
AxisOps simple_op_type,
AxisOp simple_op_type,
const AxisOps& axis_ops,
TensorView* tv) {
switch (simple_op_type) {
Expand Down

0 comments on commit 9fc0595

Please sign in to comment.