Skip to content

Commit

Permalink
Add mistake to test if CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
can-leh-emmtrix committed Nov 26, 2024
1 parent ddf4168 commit 293093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/dequantizelinear.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void DequantizeLinear::print(std::ostream &dst) const {
if (get_number_of_inputs() == 3) {
dst << " - x_zero_point" << param_index;
}
dst << ") * x_scale" << param_index << ";" << std::endl;
dst << ") * x_scale" << param_index << " + 100;" << std::endl; // Mistake to test CI
INDT_1 << "}" << std::endl;
}

Expand Down

0 comments on commit 293093e

Please sign in to comment.