Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h304 bool DropFuncGraphUsed(const FuncGraphPtr &fg);
Dfunc_graph.cc364 bool FuncGraph::DropFuncGraphUsed(const FuncGraphPtr &fg) { in DropFuncGraphUsed() function in mindspore::FuncGraph
Dmanager.cc710 if (fg->DropFuncGraphUsed(used)) { in OnEdgeRemoved()