Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h278 void CopyValueNodes(const FuncGraphPtr &source);
Dfunc_graph.cc238 void FuncGraph::CopyValueNodes(const FuncGraphPtr &source) { in CopyValueNodes() function in mindspore::FuncGraph
Dmanager.cc726 target->CopyValueNodes(source); in MoveAllNodes()