Searched refs:shape_r0 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse_test.cc | 162 const Shape shape_r0 = ShapeUtil::MakeShape(F32, {}); in TEST_F() local 165 HloInstruction::CreateConvert(shape_r0, constants[i])); in TEST_F() 168 shape_r0, HloOpcode::kAdd, constants[0], constants[1])); in TEST_F() 171 shape_r0, HloOpcode::kAdd, root, constants[i])); in TEST_F() 494 const Shape shape_r0 = ShapeUtil::MakeShape(F32, {}); in TEST_F() local 496 HloInstruction::CreateParameter(0, shape_r0, "p0")); in TEST_F() 498 HloInstruction::CreateParameter(1, shape_r0, "p1")); in TEST_F() 500 HloInstruction::CreateBinary(shape_r0, HloOpcode::kAdd, param0, param1)); in TEST_F() 502 HloInstruction::CreateBinary(shape_r0, HloOpcode::kAdd, param0, param1)); in TEST_F() 504 HloInstruction::CreateBinary(shape_r0, HloOpcode::kMultiply, add1, add2)); in TEST_F()
|