Skip to content

Commit

Permalink
Changed ops type in checking capatibility version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakpiase committed Oct 19, 2021
1 parent 24b854f commit 1c1ff7b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -88,5 +88,5 @@ REGISTER_PASS_CAPABILITY(matmul_v2_transpose_reshape_fuse_pass)
.AddCombination(
paddle::framework::compatible::OpVersionComparatorCombination()
.EQ("matmul_v2", 0)
.EQ("transpose", 0)
.EQ("reshape", 0));
.EQ("transpose2", 0)
.EQ("reshape2", 0));

0 comments on commit 1c1ff7b

Please sign in to comment.