Searched refs:remapped_ids (Results 1 – 1 of 1) sorted by relevance
2751 absl::flat_hash_map<int64, int64> remapped_ids; in AddCalledComputation() local2759 remapped_ids[new_computation.id()] = computation_id; in AddCalledComputation()2765 remapped_ids[instruction.id()] = instruction_id; in AddCalledComputation()2770 new_computation.set_root_id(remapped_ids.at(new_computation.root_id())); in AddCalledComputation()2777 remapped_ids.at(computation.proto().entry_computation_id())); in AddCalledComputation()2781 operand_id = remapped_ids.at(operand_id); in AddCalledComputation()2785 control_predecessor_id = remapped_ids.at(control_predecessor_id); in AddCalledComputation()2789 called_computation_id = remapped_ids.at(called_computation_id); in AddCalledComputation()