Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc227 j_total_ = std::make_shared<FuncGraphJTotalComputer>(this); in Reset()
317 MS_EXCEPTION_IF_NULL(j_total_); in func_graph_j_total()
319 j_total_->Recompute(fg); in func_graph_j_total()
320 if (j_total_->j_total_analysis().count(fg) == 0) { in func_graph_j_total()
324 return j_total_->j_total_analysis()[fg]; in func_graph_j_total()
Dmanager.h372 std::shared_ptr<FuncGraphJTotalComputer> j_total_; variable