Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_concat_code_motion.cc435 absl::flat_hash_map<HloInstruction*, int64> root_tuple_element_use_count; in GroupHlosForConcat() local
437 root_tuple_element_use_count.emplace(operand, 0).first->second++; in GroupHlosForConcat()