Commit 9fbd0773 by Wuwei Lin Committed by Yao Wang

Move CombineParallelConv2D to opt level 4 (#3248)

parent b5507d45
......@@ -65,7 +65,7 @@ const std::unordered_map<std::string, int> OptPassLevel::_data = {
{"SimplifyInference", 0},
{"OpFusion", 1},
{"FoldConstant", 2},
{"CombineParallelConv2D", 3},
{"CombineParallelConv2D", 4},
{"FoldScaleAxis", 3},
{"AlterOpLayout", 3},
{"CanonicalizeOps", 3},
......
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