Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h288 bool DropFreeVariable(const AnfNodePtr &node);
Dfunc_graph.cc294 bool FuncGraph::DropFreeVariable(const AnfNodePtr &node) { in DropFreeVariable() function in mindspore::FuncGraph
Dmanager.cc718 if (fg->DropFreeVariable(input)) { in OnEdgeRemoved()