Skip to content

Commit

Permalink
Diable zip tests brokey by forward compat change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 284478538
Change-Id: I77a89c35ff11c29e819710f55afc29b5982bafa5
  • Loading branch information
smit-hinsu authored and tensorflower-gardener committed Dec 9, 2019
1 parent 0e0c574 commit 8295a0e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tensorflow/lite/build_def.bzl
Expand Up @@ -272,7 +272,8 @@ def generated_test_models():
"exp",
"embedding_lookup",
"expand_dims",
"eye",
# TODO(b/145885576): Re-enable.
# "eye",
"fill",
"floor",
"floor_div",
Expand Down Expand Up @@ -301,8 +302,9 @@ def generated_test_models():
"logical_or",
"logical_xor",
"lstm",
"matrix_diag",
"matrix_set_diag",
# TODO(b/145885576): Re-enable.
# "matrix_diag",
# "matrix_set_diag",
"max_pool",
"maximum",
"mean",
Expand Down

0 comments on commit 8295a0e

Please sign in to comment.