Home
last modified time | relevance | path

Searched refs:func_graph_j_total (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc50 return func_graph_manager->func_graph_j_total(func_graph); in CheckIfEmbedJ()
Dincorporate_getitem.h140 more_j = manager->func_graph_j_total(resource_ptr->func_graph()); in HasMoreJ()
/third_party/mindspore/mindspore/core/ir/
Dmanager.h335 bool func_graph_j_total(const FuncGraphPtr &fg) const;
Dmanager.cc316 bool FuncGraphManager::func_graph_j_total(const FuncGraphPtr &fg) const { in func_graph_j_total() function in mindspore::FuncGraphManager