"vscode:/vscode.git/clone" did not exist on "823ab75d27af5904ae58f5d33c0d9a7b8cda237a"
Unverified Commit 254c2a78 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Run simplify_qdq first before optimize_module (#2387)

parent 74fb919a
...@@ -147,8 +147,8 @@ void quantize_int8(program& prog, ...@@ -147,8 +147,8 @@ void quantize_int8(program& prog,
run_passes(prog, run_passes(prog,
{quantize_int8_pass{ins_names, *int8_quant_params}, {quantize_int8_pass{ins_names, *int8_quant_params},
optimize_module{},
simplify_qdq{}, simplify_qdq{},
optimize_module{},
dead_code_elimination{}}); dead_code_elimination{}});
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment