Home
last modified time | relevance | path

Searched refs:GetPassGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass_manager.cc30 PassGroupPtr PyPassManager::GetPassGroup(Phase phase) { in GetPassGroup() function in mindspore::opt::python_pass::PyPassManager
55 cur_pg = GetPassGroup(Phase::PREAD); in Register()
57 cur_pg = GetPassGroup(Phase::OPT); in Register()
69 auto opt_pm = GetPassGroup(Phase::OPT); in Unregister()
73 auto pre_ad_pm = GetPassGroup(Phase::PREAD); in Unregister()
82 auto cur_pg = GetPassGroup(Phase::OPT); in GenNewParameter()
Dpy_pass_manager.h59 PassGroupPtr GetPassGroup(Phase phase);
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc592 …if (opt::python_pass::PyPassManager::GetInstance()->GetPassGroup(opt::python_pass::Phase::PREAD)->… in OptInlineAction()
1027 return ppm->GetPassGroup(phase)->Run(res->func_graph()); in ActionPyStub()