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.cc526 absl::flat_hash_map<int, const HloInstruction*> index_to_constant; in TryPropagateConstant() local
535 index_to_constant[i] = init_tuple_elem; in TryPropagateConstant()
539 if (index_to_constant.empty()) { in TryPropagateConstant()
555 auto iter = index_to_constant.find(instr->tuple_index()); in TryPropagateConstant()
556 if (iter != index_to_constant.end()) { in TryPropagateConstant()