Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h285 void CopyFreeVariables(const FuncGraphPtr &source);
Dfunc_graph.cc271 void FuncGraph::CopyFreeVariables(const FuncGraphPtr &source) { in CopyFreeVariables() function in mindspore::FuncGraph
Dmanager.cc728 target->CopyFreeVariables(source); in MoveAllNodes()