Home
last modified time | relevance | path

Searched refs:GetCurrentScope (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dscope.cc32 ScopePtr ScopeManager::GetCurrentScope() { in GetCurrentScope() function in mindspore::ScopeManager
Dscope.h51 ScopePtr GetCurrentScope();
Danf.h113 scope_ = ScopeManager::GetInstance().GetCurrentScope(); in AnfNode()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc261 …= std::make_shared<Scope>(gradients_scope + ScopeManager::GetInstance().GetCurrentScope()->name() + in GetBprop()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc250 ScopePtr scope = ScopeManager::GetInstance().GetCurrentScope(); in GetScopeForParseFunction()