Fix test name in array_elementwise_ops_test.
PiperOrigin-RevId: 157552402
This commit is contained in:
parent
a7fff05e05
commit
2d1860859a
@ -1788,7 +1788,7 @@ TEST_F(ArrayElementwiseOpTest, R4PlusR1InDim1) {
|
||||
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 d1 = 16;
|
||||
constexpr int d2 = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user