Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dconfig_manager.cc46 void ConfigManager::ResetIterNum() noexcept { iter_num_ = 1; } in ResetIterNum() function in mindspore::ConfigManager
Dconfig_manager.h105 void ResetIterNum() noexcept;
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc484 ConfigManager::GetInstance().ResetIterNum(); in DelNetRes()
1218 ConfigManager::GetInstance().ResetIterNum(); in InitExecDatasetVm()
1466 ConfigManager::GetInstance().ResetIterNum(); in ClearResAtexit()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc3195 ConfigManager::GetInstance().ResetIterNum(); in ClearRes()