Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc277 (void)AddFreeVariable(free_var, it->second); in CopyFreeVariables()
284 bool FuncGraph::AddFreeVariable(const AnfNodePtr &node, int count) { in AddFreeVariable() function in mindspore::FuncGraph
Dfunc_graph.h287 bool AddFreeVariable(const AnfNodePtr &node, int count = 1);
Dmanager.cc697 if (fg->AddFreeVariable(input)) { in OnEdgeAdded()