Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc56 constexpr auto kTune = "Tune"; variable
301 if (job_type == kFusionCompile || job_type == kPreCompile || job_type == kTune) { in PrintCompileResult()
620 job_type = is_tune_flag_ ? kTune : kCompile; in AscendSingleOpCompile()
699 const std::string job_type = is_tune_flag_ ? kTune : kFusionCompile; in AscendFusionOpCompile()