Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc381 auto &repl_func_graph = repl_map_func_graph_[func_graph_user]; in AddInputs() local
382 auto iter = repl_func_graph.find(func_graph); in AddInputs()
383 if (iter == repl_func_graph.end()) { in AddInputs()
385 repl_func_graph[func_graph] = node; in AddInputs()
468 auto &repl_func_graph = repl_map_func_graph_[func_graph]; in SetEdges() local
469 if (repl_func_graph.find(graph) != repl_func_graph.end()) { in SetEdges()
470 tx->SetEdge(cnode, SizeToInt(i), repl_func_graph[graph]); in SetEdges()