Searched refs:negate3 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 482 HloInstruction* negate3 = builder.AddInstruction( in TEST_P() local 485 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate3)); in TEST_P() 498 negate3, negate4, negate5, negate6, add}); in TEST_P() 517 EXPECT_THAT(negate3, op::ShapeWithLayout(shape_in_alternate_mem)); in TEST_P() 691 HloInstruction* negate3 = builder.AddInstruction( in TEST_P() local 694 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate3)); in TEST_P() 716 n, o, add0, negate0, negate1, negate2, negate3, negate4, in TEST_P() 849 HloInstruction* negate3 = builder.AddInstruction( in TEST_P() local 852 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate3)); in TEST_P() 873 computation, {p, p0, negate0, negate1, negate2, negate3, negate4, negate5, in TEST_P() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cpu_gpu_fusion_test.cc | 545 auto negate3 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 549 /*instructions_to_fuse=*/{negate3, dynamic_slice2}, in XLA_TEST_F() 634 auto negate3 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 637 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate3, reduce2}, in XLA_TEST_F()
|