Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc66 constexpr auto kJobType = "job_type"; variable
297 auto job_type = GetJsonValue<std::string>(json, kJobType); in PrintCompileResult()
368 … MS_LOG(DEBUG) << "Job " << GetJsonValue<std::string>(query_obj, kJobType) << " running success."; in ParseTargetJobStatus()
445 … MS_LOG(DEBUG) << "Job " << GetJsonValue<std::string>(json_obj, kJobType) << " running success."; in QueryFusionFinishJob()
486 (*dst_json)[kJobType] = job_type; in JsonAssemble()
733 auto job_type = GetJsonValue<std::string>(json, kJobType); in PrintInitResult()
773 auto job_type = GetJsonValue<std::string>(json, kJobType); in OpSelectAndCheckResultProcess()