Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h92 front_to_internal_outputs_map_ = graph.front_to_internal_outputs_map_; in KernelGraph()
453 std::unordered_map<AnfNodePtr, AnfNodePtr> front_to_internal_outputs_map_; variable
Dkernel_graph.cc1048 front_to_internal_outputs_map_[front_node] = node; in AddInternalOutput()
1096 front_to_internal_outputs_map_[front_node_iter.second.first] = new_node; in ReplaceInternalOutput()
1126 front_to_internal_outputs_map_[front_node_pair.first] = new_node; in ReplaceInternalOutput()
1256 auto iter = front_to_internal_outputs_map_.find(front_node); in GetInternalOutputByFrontNode()
1257 if (iter != front_to_internal_outputs_map_.end()) { in GetInternalOutputByFrontNode()