Skip to content

Commit

Permalink
[circle2circle] Dredd test for FuseMulWithFullyConnectedPass (#13612)
Browse files Browse the repository at this point in the history
This commit is adding circle2circle dredd test for FC + Mul fusion.

ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
  • Loading branch information
jiwaszki authored Aug 25, 2024
1 parent a64ff80 commit dc389f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/circle2circle-dredd-recipe-test/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Add(Net_DwConv_BN_000 PASS fuse_batchnorm_with_dwconv)
Add(Net_DwConv_BN_001 PASS fuse_batchnorm_with_dwconv)
Add(Net_FC_Gelu_FC_000 PASS replace_with_fc_gelu_fc)
Add(Net_FullyConnected_Add_000 PASS fold_fully_connected)
Add(Net_FullyConnected_Mul_000 PASS fuse_mul_with_fullyconnected)
Add(Net_FullyConnected_Mul_001 PASS fuse_mul_with_fullyconnected)
Add(Net_FullyConnected_Mul_002 PASS fuse_mul_with_fullyconnected)
Add(Net_FullyConnected_Mul_003 PASS fuse_mul_with_fullyconnected)
Add(Net_Gelu_000 PASS fuse_gelu)
Add(Net_Gelu_001 PASS fuse_gelu)
Add(Net_Horizontal_FullyConnected_Add_000 PASS fuse_horizontal_fc_layers)
Expand Down

0 comments on commit dc389f2

Please sign in to comment.