Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis_test.cc1722 auto true_param = true_builder.AddInstruction( in TEST_P() local
1752 EXPECT_FALSE(analysis.ValueIsDefinedAt(true_param)); in TEST_P()
1755 EXPECT_EQ(analysis.GetUniqueValueAt(true_param), in TEST_P()
1802 auto true_param = true_builder.AddInstruction( in TEST_P() local
1805 HloInstruction::CreateGetTupleElement(scalar_shape_, true_param, 0)); in TEST_P()
1807 HloInstruction::CreateGetTupleElement(scalar_shape_, true_param, 1)); in TEST_P()
1849 EXPECT_FALSE(analysis.ValueIsDefinedAt(true_param)); in TEST_P()
1856 EXPECT_EQ(analysis.GetUniqueValueAt(true_param), in TEST_P()
Ddynamic_dimension_inference_test.cc833 auto true_param = true_builder.AddInstruction( in TEST_F() local
836 HloInstruction::CreateGetTupleElement(input_shape, true_param, 0)); in TEST_F()
838 HloInstruction::CreateGetTupleElement(input_shape, true_param, 1)); in TEST_F()
Dmemory_space_assignment_test.cc2848 HloInstruction* true_param = true_builder.AddInstruction( in TEST_P() local
2856 shape, HloOpcode::kMultiply, true_param, slice)); in TEST_P()
2875 shape, HloOpcode::kAdd, true_param, negate7)); in TEST_P()
2905 {true_param, iota, slice, mul, negate0, negate1, negate2, negate3, in TEST_P()