Skip to content

Commit

Permalink
shutdown FoldPrePostReshapeSoftmax transform
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongliang committed Nov 9, 2023
1 parent 338ba10 commit 17a9b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nncase.Compiler/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public void TargetIndependentPass(IPassManager passManager)
p.Add<Passes.Rules.Neutral.FoldNopCast>();
p.Add<Passes.Rules.Neutral.FoldNopReshape>();
p.Add<Passes.Rules.Neutral.FoldNopSlice>();
p.Add<Passes.Rules.Neutral.FoldPrePostReshapeSoftmax>();
p.Add<Passes.Rules.Neutral.FoldSqueezeUnsqueeze>();
p.Add<Passes.Rules.Neutral.FoldUnsqueezeSqueeze>();
p.Add<Passes.Rules.Neutral.FoldTwoTransposes>();
Expand Down

0 comments on commit 17a9b49

Please sign in to comment.