Home
last modified time | relevance | path

Searched refs:ignore_users (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dmanager.h299 void MaybeDropFuncGraphs(const FuncGraphSet &func_graphs, bool ignore_users = false);
Dmanager.cc433 void FuncGraphManager::MaybeDropFuncGraphs(const FuncGraphSet &func_graphs, bool ignore_users) { in MaybeDropFuncGraphs() argument
446 if (!users_cnode_index.empty() && !ignore_users) { in MaybeDropFuncGraphs()