Searched refs:negate6 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 488 HloInstruction* negate6 = builder.AddInstruction( in TEST_P() local 491 HloInstruction::CreateBinary(shape, HloOpcode::kAdd, negate6, p1)); in TEST_P() 498 negate3, negate4, negate5, negate6, add}); in TEST_P() 520 EXPECT_THAT(negate6, op::ShapeWithLayout(shape_in_alternate_mem)); in TEST_P() 697 HloInstruction* negate6 = builder.AddInstruction( in TEST_P() local 700 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate6)); in TEST_P() 717 negate5, negate6, negate7, negate8, negate9, add1}); in TEST_P() 855 HloInstruction* negate6 = builder.AddInstruction( in TEST_P() local 860 HloInstruction::CreateBinary(shape, HloOpcode::kAdd, negate6, p1)); in TEST_P() 874 negate6, p1, add, p2, p2_0, mul}); in TEST_P() [all …]
|