Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc867 auto constant4 = builder.AddInstruction( in TEST_F() local
876 builder.AddInstruction(HloInstruction::CreateTuple({constant4})); in TEST_F()
900 analysis.GetUniqueBufferAt(constant4))); in TEST_F()
905 analysis.GetUniqueBufferAt(constant4))); in TEST_F()
Dhlo_dataflow_analysis_test.cc886 auto constant4 = builder.AddInstruction( in TEST_P() local
895 builder.AddInstruction(HloInstruction::CreateTuple({constant4})); in TEST_P()
930 analysis.GetValueDefinedAt(constant4))); in TEST_P()
935 analysis.GetValueDefinedAt(constant4))); in TEST_P()
963 auto constant4 = builder.AddInstruction( in TEST_P() local
974 HloInstruction::CreateTuple({constant4, inner_tuple2})); in TEST_P()
988 analysis.GetValueDefinedAt(constant4))); in TEST_P()
Dhlo_computation_test.cc178 auto constant4 = builder.AddInstruction( in TEST_F() local
183 UnorderedElementsAre(constant1, constant2, constant3, constant4)); in TEST_F()