Skip to content

Commit

Permalink
[luci/pass] Value test for FuseMulWithFullyConnectedPass (#13611)
Browse files Browse the repository at this point in the history
This commit adds value tests for FuseMulWithFullyConnectedPass.

ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <j.iwaszkiewi@samsung.com>
  • Loading branch information
jiwaszki authored Aug 25, 2024
1 parent dc389f2 commit 7545f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/luci-pass-value-py-test/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ eval(Net_Dequantize_Add_000 fold_dequantize)
eval(Net_DwConv_BN_000 fuse_batchnorm_with_dwconv)
eval(Net_DwConv_BN_001 fuse_batchnorm_with_dwconv)
eval(Net_FullyConnected_Add_000 fold_fully_connected)
eval(Net_FullyConnected_Mul_000 fuse_mul_with_fullyconnected)
eval(Net_FullyConnected_Mul_001 fuse_mul_with_fullyconnected)
eval(Net_FullyConnected_Mul_002 fuse_mul_with_fullyconnected)
eval(Net_FullyConnected_Mul_003 fuse_mul_with_fullyconnected)
eval(Net_Horizontal_FullyConnected_Add_000 fuse_horizontal_fc_layers)
eval(Net_InstanceNorm_001 fuse_instnorm)
eval(Net_InstanceNorm_002 fuse_instnorm)
Expand Down

0 comments on commit 7545f62

Please sign in to comment.