Skip to content

Commit

Permalink
[dredd] Add test for EliminateDeadSubgraphPass
Browse files Browse the repository at this point in the history
- Add Net_Dead_Graph_000 recipe into dredd test list
  • Loading branch information
chunseoklee committed Oct 25, 2024
1 parent 7a1a064 commit 2e8df62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/circle2circle-dredd-recipe-test/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Add(Net_Conv_Mul_003 PASS fuse_mul_with_conv)
Add(Net_Conv_PReluGraph_000 PASS fuse_prelu)
Add(Net_Conv_QuantDequant_000 PASS remove_quantdequant)
Add(Net_Conv_Relu6_000 PASS fuse_activation_function)
Add(Net_Dead_Graph_000 PASS)
Add(Net_Decomposed_GRU_000 PASS fuse_gru)
Add(Net_Duplicate_Weights_000 PASS remove_duplicate_const)
Add(Net_DwConv_BN_000 PASS fuse_batchnorm_with_dwconv)
Expand Down

0 comments on commit 2e8df62

Please sign in to comment.