Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shivadbhavsar committed Jan 30, 2025
1 parent 383002b commit c30c09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplify_qdq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ struct match_concat_qlinear
std::back_inserter(new_cat_inputs),
[&](auto i, auto slc) {
auto scale_slc = m.insert_instruction(ins, make_op("slice", slc), {scale});
auto zp_slc = m.insert_instruction(ins, make_op("slice", slc), {zp});
auto zp_slc = m.insert_instruction(ins, make_op("slice", slc), {zp});
return m.insert_instruction(ins, ins->get_operator(), {i, scale_slc, zp_slc});
});

Expand Down

0 comments on commit c30c09b

Please sign in to comment.