Searched refs:negate2 (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 489 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 492 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, reverse1}, in XLA_TEST_F() 507 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 510 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, broadcast1}, in XLA_TEST_F() 525 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 528 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, slice1}, in XLA_TEST_F() 565 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 568 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, reshape1}, in XLA_TEST_F() 583 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local 586 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, transpose1}, in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 311 auto negate2 = builder.AddInstruction( in TEST_F() local 315 HloInstruction::CreateTuple({negate1, negate2, exp2})); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_computation_test.cc | 142 auto negate2 = builder.AddInstruction( in TEST_F() local 147 ElementsAre(constant, negate1, negate2)); in TEST_F() 159 auto negate2 = builder.AddInstruction( in TEST_F() local 165 ElementsAre(constant, negate1, negate2, trace)); in TEST_F()
|
D | hlo_cse_test.cc | 547 auto negate2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 552 constant->shape(), HloOpcode::kAdd, negate2, exp2)); in TEST_F() 561 EXPECT_THAT(tuple, op::Tuple(op::Add(negate1, exp1), op::Add(negate2, exp2))); in TEST_F()
|
D | layout_assignment_test.cc | 179 auto negate2 = builder.AddInstruction( in TEST_F() local 186 {negate2, negate1, add}, HloInstruction::FusionKind::kLoop); in TEST_F()
|