Home
last modified time | relevance | path

Searched defs:call_node_to_func_graphs (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc132 … const mindspore::HashMap<AnfNodePtr, std::set<FuncGraphPtr>> &call_node_to_func_graphs) { in FetchRealParameterByNode()
609 const CallNodeToFuncGraph &call_node_to_func_graphs, in AddFormalToRealParameter()
1246 const CallNodeToFuncGraph &call_node_to_func_graphs, in FetchAllCalledFuncGraph()
1799 for (const auto &call_node_to_func_graphs : call_node_to_func_graphs_) { in ParseDeviceContextForReturnNode() local
2402 for (const auto &call_node_to_func_graphs : call_node_to_func_graphs_) { in ParseUnRecursionCallNode() local
2411 for (const auto &call_node_to_func_graphs : call_node_to_func_graphs_) { in ParseUnRecursionCallNode() local
Dcontrol_node_scheduler.cc291 const auto &call_node_to_func_graphs = parser->call_node_to_func_graphs_; in BuildEntranceActor() local