aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-07 12:37:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-07 16:58:51 -0700
commit6f3a890d91e6dbeb811aed23d0eb59abaa8c469f (patch)
treef05bad7a6c979613b43c495a042a675cbc59a13a /tensorflow/contrib/lite/testing/BUILD
parentc3fef21c4ddf34fd68ab2cd44b0be497b5303b4e (diff)
Adding Greater/GreaterEqual/LessEqual ops to complement Less.
PiperOrigin-RevId: 195704492
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index ca1390fdeb..6749e63552 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -33,9 +33,12 @@ gen_zipped_test_files(
"fused_batch_norm.zip",
"gather.zip",
"global_batch_norm.zip",
+ "greater.zip",
+ "greater_equal.zip",
"l2_pool.zip",
"l2norm.zip",
"less.zip",
+ "less_equal.zip",
"local_response_norm.zip",
"log_softmax.zip",
"max_pool.zip",