aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-27 17:35:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-27 17:40:19 -0700
commite7ce062d5f1144b0ab5b45a43a5e86d118941bf9 (patch)
treee3fd409c1b039d2a7f4f239a4d55dcea022ee38f /tensorflow/contrib/lite/testing/BUILD
parentec3123979cd622a70fc809ee98b5a7b35772f369 (diff)
Support GatherV2 (using Gather)
PiperOrigin-RevId: 190702442
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index dc9492f5e2..555ea90034 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -29,7 +29,7 @@ gen_zipped_test_files(
"exp.zip",
"fully_connected.zip",
"fused_batch_norm.zip",
- # "gather.zip", #TODO(b/76437794)
+ "gather.zip",
"global_batch_norm.zip",
"l2_pool.zip",
"l2norm.zip",