Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_concat_code_motion.cc439 absl::flat_hash_map<HloInstruction*, int64_t> root_tuple_element_use_count; in GroupHlosForConcat() local
441 root_tuple_element_use_count.emplace(operand, 0).first->second++; in GroupHlosForConcat()