Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2751 absl::flat_hash_map<int64, int64> remapped_ids; in AddCalledComputation() local
2759 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()