Home
last modified time | relevance | path

Searched refs:negate2 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc489 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/
Dcpu_fusion_test.cc311 auto negate2 = builder.AddInstruction( in TEST_F() local
315 HloInstruction::CreateTuple({negate1, negate2, exp2})); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc142 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()
Dhlo_cse_test.cc547 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()
Dlayout_assignment_test.cc179 auto negate2 = builder.AddInstruction( in TEST_F() local
186 {negate2, negate1, add}, HloInstruction::FusionKind::kLoop); in TEST_F()