Searched refs:LeaveScope (Results 1 – 2 of 2) sorted by relevance
50 void LeaveScope(const ScopePtr &scope) noexcept;66 ~ScopeGuard() { ScopeManager::GetInstance().LeaveScope(scope_); } in ~ScopeGuard()
27 void ScopeManager::LeaveScope(const ScopePtr &scope) noexcept { in LeaveScope() function in mindspore::ScopeManager