Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc299 if (index_func_graph_.find(key) != index_func_graph_.end()) { in GetFuncGraphs()
300 func_graphs = index_func_graph_[key]; in GetFuncGraphs()
334 (void)index_func_graph_[name].insert(key); in Acquire()
Dgraph_utils.h97 std::map<std::string, std::set<FuncGraphPtr>> index_func_graph_; variable