Fix test name in array_elementwise_ops_test.

PiperOrigin-RevId: 157552402
This commit is contained in:
Blake Hechtman 2017-05-30 22:22:08 -07:00 committed by TensorFlower Gardener
parent a7fff05e05
commit 2d1860859a

View File

@ -1788,7 +1788,7 @@ TEST_F(ArrayElementwiseOpTest, R4PlusR1InDim1) {
ComputeAndCompareR4<float>(&builder, *expected_4d, {}, error_spec_); ComputeAndCompareR4<float>(&builder, *expected_4d, {}, error_spec_);
} }
TEST_F(ArrayElementwiseOpTest, R4_32x64x2x2_Plus_R1_64) { TEST_F(ArrayElementwiseOpTest, R4_16x16x2x2_Plus_R1_16) {
constexpr int d0 = 16; constexpr int d0 = 16;
constexpr int d1 = 16; constexpr int d1 = 16;
constexpr int d2 = 2; constexpr int d2 = 2;