Searched refs:index_to_constant (Results 1 – 1 of 1) sorted by relevance
526 absl::flat_hash_map<int, const HloInstruction*> index_to_constant; in TryPropagateConstant() local535 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()