Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc99 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()
Dhlo_dataflow_analysis.h163 HloValue* NewHloValue(HloInstruction* instruction, const ShapeIndex& index,