aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/python/xla_client_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/python/xla_client_test.py')
-rw-r--r--tensorflow/compiler/xla/python/xla_client_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/python/xla_client_test.py b/tensorflow/compiler/xla/python/xla_client_test.py
index 6fe7b242e4..c073c02040 100644
--- a/tensorflow/compiler/xla/python/xla_client_test.py
+++ b/tensorflow/compiler/xla/python/xla_client_test.py
@@ -1161,7 +1161,6 @@ class EmbeddedComputationsTest(LocalComputationTest):
c, expected=np.sum(input_array, axis=tuple(dims)))
_ReduceAndTest(0)
- _ReduceAndTest(0)
_ReduceAndTest(0, 1)
_ReduceAndTest(0, 2)
_ReduceAndTest(1, 2)