Searched refs:tensor8_8_8 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | shape_inference_test.cc | 1908 const Shape tensor8_8_8 = ShapeUtil::MakeShape(F32, {8, 8, 8}); in TEST_F() local 1959 HloOpcode::kAdd, tensor8_8_8, matrix8_8, {0, 0}); in TEST_F() 1965 HloOpcode::kAdd, tensor8_8_8, matrix8_8, {1, 0}); in TEST_F()
|