Searched refs:DropFreeVariable (Results 1 – 3 of 3) sorted by relevance
288 bool DropFreeVariable(const AnfNodePtr &node);
294 bool FuncGraph::DropFreeVariable(const AnfNodePtr &node) { in DropFreeVariable() function in mindspore::FuncGraph
718 if (fg->DropFreeVariable(input)) { in OnEdgeRemoved()