aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/literal_test_util.h
diff options
context:
space:
mode:
authorGravatar James Qin <jamesqin@google.com>2017-10-06 11:04:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-06 11:41:35 -0700
commitaf6e00f7c661c7d93bacfc3adc40d17f0faeb9b4 (patch)
tree95c1bd53bebf4b8e7700dd76508c0f4ad831f19c /tensorflow/compiler/xla/tests/literal_test_util.h
parent84b579e1d14760fc2a313c8e1d7ca100f74945a1 (diff)
Fix a minor issue w/ allreduce
PiperOrigin-RevId: 171314944
Diffstat (limited to 'tensorflow/compiler/xla/tests/literal_test_util.h')
-rw-r--r--tensorflow/compiler/xla/tests/literal_test_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/tests/literal_test_util.h b/tensorflow/compiler/xla/tests/literal_test_util.h
index 467d44b857..f645c4e8dc 100644
--- a/tensorflow/compiler/xla/tests/literal_test_util.h
+++ b/tensorflow/compiler/xla/tests/literal_test_util.h
@@ -50,8 +50,6 @@ class LiteralTestUtil {
public:
// Asserts that the given shapes have the same rank, dimension sizes, and
// primitive types.
- static ::testing::AssertionResult EqualShapes(const Shape& expected,
- const Shape& actual);
static void AssertEqualShapes(const Shape& expected, const Shape& actual);
// Asserts that the provided shapes are equal as defined in AssertEqualShapes