We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9709e4f commit f62ee55Copy full SHA for f62ee55
lite/core/mir/elimination/identity_scale_eliminate_pass.cc
@@ -28,6 +28,7 @@ class Eliminator : public FuseBase {
28
// the previous op's output need updat
29
auto* pre_op = OpNode("preop")
30
->assert_is_not_op_type("conditional_block")
31
+ ->assert_is_not_op_type("while")
32
->assert_is_not_op_type("scale");
33
// TODO(Superjomn) check has only one output
34
auto* x = VarNode("x")->assert_is_op_input("scale", "X");
0 commit comments