Skip to content

Commit

Permalink
[luci-pass-value-test] Add disabled PadV2_002 (#13550)
Browse files Browse the repository at this point in the history
This will add disabled PadV2_002 value test as current tflite doesn't support INT64 yet.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Jul 29, 2024
1 parent 19b0b2b commit 18928b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/luci-pass-value-py-test/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ eval(CSE_Transpose_000 common_subexpression_elimination)
# test for canonicalization, with any optimization
# TODO enable Pad_001 when TF version up supports INT4 paddings
# eval(Pad_001 fuse_instnorm) --> tflite(v2.12.1) does not support INT64 paddings
# TODO enable PadV2_002 when TF version up supports INT64 paddings
# eval(PadV2_002 fuse_instnorm) --> tflite(v2.12.1) does not support INT64 paddings

0 comments on commit 18928b6

Please sign in to comment.