Home
last modified time | relevance | path

Searched refs:adjust_log_level (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.h74 void PrintProcessLog(const nlohmann::json &json, int adjust_log_level);
Dascend_kernel_compile.cc129 …(const nlohmann::json &info, const std::string &job_name, const int job_id, int adjust_log_level) { in PrintInfo() argument
131 level = level > adjust_log_level ? adjust_log_level : level; in PrintInfo()
286 void AscendKernelCompileManager::PrintProcessLog(const nlohmann::json &json, int adjust_log_level =… in PrintProcessLog() argument
292 PrintInfo(item, json_name, job_id, adjust_log_level); in PrintProcessLog()