Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h308 void CopyJValueNodes(const FuncGraphPtr &source);
Dfunc_graph.cc427 void FuncGraph::CopyJValueNodes(const FuncGraphPtr &source) { in CopyJValueNodes() function in mindspore::FuncGraph
Dmanager.cc730 target->CopyJValueNodes(source); in MoveAllNodes()