Skip to content

Commit fab3164

Browse files
author
sushmita
committed
addressed review comments
1 parent 28b1716 commit fab3164

File tree

3 files changed

+104
-100
lines changed

3 files changed

+104
-100
lines changed

src/Compiler/OnnxToMlirPasses.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct OnnxToMlirOptions {
1818
bool enableConvTranspose1dDecomposeToPhasedConv = false;
1919
bool enableRemoveDqQOp = true;
2020
bool enableRemoveDqQAroundOp = true;
21-
bool enableRemoveBinary = true;
21+
bool enableRemoveBinary = false;
2222

2323
bool disableRecomposeOption = false;
2424
bool enableONNXHybridPass = true;

0 commit comments

Comments
 (0)