Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc738 absl::flat_hash_map<int, const HloInstruction*> index_to_constant; in TryPropagateConstant() local
747 index_to_constant[i] = init_tuple_elem; in TryPropagateConstant()
751 if (index_to_constant.empty()) { in TryPropagateConstant()
767 auto iter = index_to_constant.find(instr->tuple_index()); in TryPropagateConstant()
768 if (iter != index_to_constant.end()) { in TryPropagateConstant()