Searched refs:root_tuple_element_use_count (Results 1 – 1 of 1) sorted by relevance
439 absl::flat_hash_map<HloInstruction*, int64_t> root_tuple_element_use_count; in GroupHlosForConcat() local441 root_tuple_element_use_count.emplace(operand, 0).first->second++; in GroupHlosForConcat()