Skip to content

Commit

Permalink
[luci/pass] Value test for fuse Add/Mul to FC (#13446)
Browse files Browse the repository at this point in the history
This will enable value tests for fuse Add/Mul to FC bias/weights pass.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Jul 16, 2024
1 parent ffbe7b4 commit b145577
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compiler/luci-pass-value-py-test/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
eval(FullyConnected_007 replace_non_const_fc_with_batch_matmul)
eval(HardSwish_001 decompose_hardswish)
eval(Net_Add_FloorMod_Gather_000 remove_gather_guard)
eval(Net_Add_FullyConnected_000 fuse_add_to_fullyconnected_bias)
eval(Net_Add_FullyConnected_001 fuse_add_to_fullyconnected_bias)
eval(Net_Add_FullyConnected_002 fuse_add_to_fullyconnected_bias)
eval(Net_Conv_Add_000 fuse_add_with_conv)
eval(Net_Conv_Add_001 fuse_add_with_conv)
# eval(Net_Conv_Add_002 fuse_add_with_conv) --> Conv2D w/o bias fails in tflite interpreter
Expand Down Expand Up @@ -40,6 +43,9 @@ eval(Net_Mul_Add_002 remove_unnecessary_add)
eval(Net_Mul_Add_003 remove_unnecessary_add)
eval(Net_Mul_Div_000 fuse_mul_with_div)
eval(Net_Mul_Div_001 fuse_mul_with_div)
eval(Net_Mul_FullyConnected_000 fuse_mul_to_fullyconnected_weights)
eval(Net_Mul_FullyConnected_001 fuse_mul_to_fullyconnected_weights)
eval(Net_Mul_FullyConnected_002 fuse_mul_to_fullyconnected_weights)
eval(Net_Reshape_Mean_000 forward_reshape_to_unaryop)
eval(Net_Reshape_Neg_000 forward_reshape_to_unaryop)
eval(Net_Reshape_Reshape_000 remove_redundant_reshape)
Expand Down

0 comments on commit b145577

Please sign in to comment.