Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc225 func_graphs_used_total_ = std::make_shared<FuncGraphsUsedTotalComputer>(this); in Reset()
284 MS_EXCEPTION_IF_NULL(func_graphs_used_total_); in func_graphs_used_total()
285 func_graphs_used_total_->Recompute(fg); in func_graphs_used_total()
286 return func_graphs_used_total_->func_graph_used_total_analysis()[fg]; in func_graphs_used_total()
Dmanager.h370 std::shared_ptr<FuncGraphsUsedTotalComputer> func_graphs_used_total_; variable