Searched refs:negate5 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 486 HloInstruction* negate5 = builder.AddInstruction( in TEST_P() local 489 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate5)); in TEST_P() 498 negate3, negate4, negate5, negate6, add}); in TEST_P() 519 EXPECT_THAT(negate5, op::ShapeWithLayout(shape_in_alternate_mem)); in TEST_P() 695 HloInstruction* negate5 = builder.AddInstruction( in TEST_P() local 698 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate5)); in TEST_P() 717 negate5, negate6, negate7, negate8, negate9, add1}); in TEST_P() 853 HloInstruction* negate5 = builder.AddInstruction( in TEST_P() local 856 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate5)); in TEST_P() 873 computation, {p, p0, negate0, negate1, negate2, negate3, negate4, negate5, in TEST_P() [all …]
|