Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc405 MaybeDropFuncGraphs(func_graphs_ - keep, true); in KeepRoots()
418 MaybeDropFuncGraphs(func_graphs_, true); in RemoveRoots()
433 void FuncGraphManager::MaybeDropFuncGraphs(const FuncGraphSet &func_graphs, bool ignore_users) { in MaybeDropFuncGraphs() function in mindspore::FuncGraphManager
759 MaybeDropFuncGraphs(drop_func_graphs); in CommitChanges()
Dmanager.h299 void MaybeDropFuncGraphs(const FuncGraphSet &func_graphs, bool ignore_users = false);
/third_party/mindspore/tests/ut/cpp/ir/
Dmanager_test.cc580 mng->MaybeDropFuncGraphs(s); in TEST_F()