Skip to content

Commit

Permalink
[circle2circle] Dredd test for RemoveUnnecessaryCastPass (#13896)
Browse files Browse the repository at this point in the history
This commit is adding circle2circle dredd test for unwanted Cast removal.

ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
  • Loading branch information
jiwaszki authored Sep 6, 2024
1 parent dde144a commit b60de1f
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 @@ -91,6 +91,7 @@ Add(Net_TConv_Slice_001 PASS fuse_slice_with_tconv)
Add(Net_TConv_Slice_002 PASS fuse_slice_with_tconv)
Add(Net_TConv_Slice_003 PASS fuse_slice_with_tconv)
Add(Net_Trans_Reshape_Trans_000 PASS remove_unnecessary_transpose)
Add(Net_Unnecessary_Cast_000 PASS remove_unnecessary_cast)
Add(PadV2_001 PASS substitute_padv2_to_pad)
Add(Softmax_001 PASS decompose_softmax)
Add(Softmax_002 PASS decompose_softmax)
Expand Down

0 comments on commit b60de1f

Please sign in to comment.