Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph_test.cc25 HloValue NewHloValue(bool is_phi) { in NewHloValue() function in xla::__anon9e85b95a0111::PhiGraphTest
45 HloValue A = NewHloValue(false); in TEST_F()
46 HloValue B = NewHloValue(true); in TEST_F()
58 HloValue A = NewHloValue(false); in TEST_F()
59 HloValue B = NewHloValue(true); in TEST_F()
72 HloValue A = NewHloValue(true); in TEST_F()
73 HloValue B = NewHloValue(true); in TEST_F()
74 HloValue C = NewHloValue(true); in TEST_F()
75 HloValue D = NewHloValue(false); in TEST_F()
94 HloValue A = NewHloValue(true); in TEST_F()
[all …]
Dhlo_dataflow_analysis.h194 HloValue* NewHloValue(HloInstruction* instruction, const ShapeIndex& index,
Dhlo_dataflow_analysis.cc144 HloValue* HloDataflowAnalysis::NewHloValue(HloInstruction* instruction, in NewHloValue() function in xla::HloDataflowAnalysis
314 value_set.AddValue(NewHloValue(instruction, index, /*is_phi=*/true)); in Phi()
948 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false); in InitializeInstructionValueSets()
956 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false); in InitializeInstructionValueSets()