Searched refs:negate4 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 484 HloInstruction* negate4 = builder.AddInstruction( in TEST_P() local 487 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate4)); in TEST_P() 498 negate3, negate4, negate5, negate6, add}); in TEST_P() 518 EXPECT_THAT(negate4, op::ShapeWithLayout(shape_in_alternate_mem)); in TEST_P() 693 HloInstruction* negate4 = builder.AddInstruction( in TEST_P() local 696 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate4)); in TEST_P() 716 n, o, add0, negate0, negate1, negate2, negate3, negate4, in TEST_P() 851 HloInstruction* negate4 = builder.AddInstruction( in TEST_P() local 854 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate4)); in TEST_P() 873 computation, {p, p0, negate0, negate1, negate2, negate3, negate4, negate5, in TEST_P() [all …]
|