Skip to content

Commit

Permalink
[cir2cir-dredd=test] Enable transform_sqrt_div_to_rsqrt_mul (#13398)
Browse files Browse the repository at this point in the history
This will enable dredd test for transform_sqrt_div_to_rsqrt_mul option.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Jul 11, 2024
1 parent 90b9e09 commit 4e328ce
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 @@ -64,6 +64,7 @@ Add(Net_Mul_Div_001 PASS fuse_mul_with_div)
Add(Net_Preactivation_BN_000 PASS fuse_preactivation_batchnorm)
Add(Net_Reshape_Reshape_000 PASS remove_redundant_reshape)
Add(Net_Shape_Add_000 PASS fold_shape)
Add(Net_Sqrt_Div_000 PASS transform_sqrt_div_to_rsqrt_mul)
Add(Net_Squeeze_Squeeze_000 PASS substitute_squeeze_to_reshape)
Add(Net_TConv_Add_000 PASS fuse_add_with_tconv)
Add(Net_TConv_Add_001 PASS fuse_add_with_tconv)
Expand Down

0 comments on commit 4e328ce

Please sign in to comment.