Searched refs:overflow_tasks_ (Results 1 – 2 of 2) sorted by relevance
118 std::map<std::string, uint32_t> AscendKernelRuntime::overflow_tasks_; member in mindspore::device::ascend::AscendKernelRuntime612 …if (overflow_tasks_.find(key) == overflow_tasks_.end() || overflow_tasks_[key] == kOverflowThresho… in TaskFailCallback()620 overflow_tasks_[key] = 1; in TaskFailCallback()622 overflow_tasks_[key]++; in TaskFailCallback()
119 static std::map<std::string, uint32_t> overflow_tasks_; variable