Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_value.cc301 const InstructionValueSet& instruction_value_set) { in operator <<() argument
302 out << instruction_value_set.ToString(); in operator <<()
H A Dhlo_dataflow_analysis.cc341 const InstructionValueSet& instruction_value_set = *pair.second; in DeleteMarkedValues() local
342 for (const auto& index_value_set : instruction_value_set) { in DeleteMarkedValues()
1509 InstructionValueSet& instruction_value_set = in OptimizePhiValues() local
1512 VLOG(1) << instruction_value_set.ToString(); in OptimizePhiValues()
1513 instruction_value_set.ForEachMutableElement( in OptimizePhiValues()
H A Dhlo_value.h297 const InstructionValueSet& instruction_value_set);