Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc290 const InstructionValueSet& instruction_value_set) { in operator <<() argument
291 out << instruction_value_set.ToString(); in operator <<()
Dhlo_dataflow_analysis.cc173 const InstructionValueSet& instruction_value_set = pair.second; in DeleteMarkedValues() local
174 for (const auto& index_value_set : instruction_value_set) { in DeleteMarkedValues()
1080 InstructionValueSet& instruction_value_set = in OptimizePhiValues() local
1083 VLOG(1) << instruction_value_set.ToString(); in OptimizePhiValues()
1084 instruction_value_set.ForEachMutableElement( in OptimizePhiValues()
Dhlo_value.h269 const InstructionValueSet& instruction_value_set);