Searched refs:remapped_ids (Results 1 – 1 of 1) sorted by relevance
4008 absl::flat_hash_map<int64, int64> remapped_ids; in AddCalledComputation() local4016 remapped_ids[new_computation.id()] = computation_id; in AddCalledComputation()4022 remapped_ids[instruction.id()] = instruction_id; in AddCalledComputation()4027 new_computation.set_root_id(remapped_ids.at(new_computation.root_id())); in AddCalledComputation()4034 remapped_ids.at(computation.proto().entry_computation_id())); in AddCalledComputation()4038 operand_id = remapped_ids.at(operand_id); in AddCalledComputation()4042 control_predecessor_id = remapped_ids.at(control_predecessor_id); in AddCalledComputation()4046 called_computation_id = remapped_ids.at(called_computation_id); in AddCalledComputation()