Skip to content

Commit

Permalink
Cleanup for [circle2circle]
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwaszki committed Aug 26, 2024
1 parent a749c2f commit ea1287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/circle2circle/src/Circle2Circle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ int entry(int argc, char **argv)
options->enable(Algorithms::RemoveRedundantTranspose);
if (arser.get<bool>("--remove_unnecessary_add"))
options->enable(Algorithms::RemoveUnnecessaryAdd);
if (arser.get<bool>("--remove_unnecessary_cast"))
if (arser.get<bool>("--remove_unnecessary_cast"))
options->enable(Algorithms::RemoveUnnecessaryCast);
if (arser.get<bool>("--remove_unnecessary_reshape"))
options->enable(Algorithms::RemoveUnnecessaryReshape);
Expand Down

0 comments on commit ea1287e

Please sign in to comment.