Home
last modified time | relevance | path

Searched refs:dead_negate (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dce_test.cc133 auto dead_negate = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
159 EXPECT_TRUE(HasInstruction(*computation, dead_negate)); in TEST_F()
168 EXPECT_FALSE(HasInstruction(*computation, dead_negate)); in TEST_F()
Dhlo_computation_test.cc449 auto dead_negate = builder.AddInstruction( in TEST_F() local
452 r0f32_, HloOpcode::kAdd, dead_negate, dead_negate)); in TEST_F()
Dhlo_dataflow_analysis_test.cc1342 auto dead_negate = body_builder.AddInstruction(HloInstruction::CreateUnary( in TEST_P() local
1372 body, {constant, exp, body_param, add, dead_constant, dead_negate}); in TEST_P()
1380 EXPECT_TRUE(InstructionsMayInterfere(ordering, add, dead_negate)); in TEST_P()