Searched refs:R2BinarySpec (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | concat_test.cc | 522 struct R2BinarySpec { struct 532 public ::testing::WithParamInterface<R2BinarySpec> { 536 const R2BinarySpec& spec = GetParam(); in TEST_P() 639 ::testing::Values(R2BinarySpec{1, 1, 1, 1, 0}, 640 R2BinarySpec{1, 1, 1, 1, 1}, 641 R2BinarySpec{4, 3, 4, 3, 0}, 642 R2BinarySpec{4, 3, 4, 3, 1}, 643 R2BinarySpec{7, 128, 1, 128, 0}, 644 R2BinarySpec{8, 127, 8, 1, 1}));
|