Searched refs:gte2 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_simplifier_test.cc | 180 HloInstruction* gte2 = builder.AddInstruction( in TEST_F() local 183 builder.AddInstruction(HloInstruction::CreateTuple({gte0, gte1, gte2})); in TEST_F() 238 HloInstruction* gte2 = builder.AddInstruction( in TEST_F() local 241 builder.AddInstruction(HloInstruction::CreateTuple({gte0, gte1, gte2})); in TEST_F() 253 HloInstruction* gte2 = builder.AddInstruction( in TEST_F() local 256 builder.AddInstruction(HloInstruction::CreateTuple({gte0, gte1, gte2})); in TEST_F() 274 HloInstruction* gte2 = builder.AddInstruction( in TEST_F() local 279 builder.AddInstruction(HloInstruction::CreateTuple({gte2, gte3})); in TEST_F()
|
D | copy_insertion_test.cc | 908 auto gte2 = builder.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_F() local 911 HloInstruction::CreateBinary(gte1->shape(), HloOpcode::kAdd, gte1, gte2)); in TEST_F() 970 auto gte2 = builder.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_F() local 973 HloInstruction::CreateBinary(gte1->shape(), HloOpcode::kAdd, gte1, gte2)); in TEST_F() 1270 auto gte2 = builder.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_F() local 1273 HloInstruction::CreateBinary(gte1->shape(), HloOpcode::kAdd, gte1, gte2)); in TEST_F()
|