Searched refs:NewHloValue (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis.cc | 99 HloValue* HloDataflowAnalysis::NewHloValue(HloInstruction* instruction, in NewHloValue() function in xla::HloDataflowAnalysis 271 value_set.AddValue(NewHloValue(instruction, index, /*is_phi=*/true)); in Phi() 749 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false); in InitializeInstructionValueSets() 759 NewHloValue(instruction, /*index=*/{}, /*is_phi=*/false); in InitializeInstructionValueSets() 765 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false); in InitializeInstructionValueSets()
|
D | hlo_dataflow_analysis.h | 163 HloValue* NewHloValue(HloInstruction* instruction, const ShapeIndex& index,
|