aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/BUILD
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-08-22 17:40:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-22 17:44:07 -0700
commit4f8d296f5f7e149973ce0cda526eb808f4e9b5db (patch)
tree7382ea1b0b1b01b9c849d9e08b2de35687618f40 /tensorflow/compiler/tests/BUILD
parent01ac97d6b8b9b10e5c3554a515b977cbec3e620a (diff)
Allow DT_INT64 indices for reduction ops.
PiperOrigin-RevId: 209860270
Diffstat (limited to 'tensorflow/compiler/tests/BUILD')
-rw-r--r--tensorflow/compiler/tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index 47311d2630..235bef07b3 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -728,6 +728,7 @@ tf_xla_py_test(
"//tensorflow/python:framework",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform_test",
+ "@absl_py//absl/testing:parameterized",
],
)