Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc594 if (AnfAlgo::GetKernelMod(node) != nullptr && !is_tune_flag_) { in AscendSingleOpCompile()
613 if (!is_tune_flag_ && op_debug_level_ != "1" && in AscendSingleOpCompile()
620 job_type = is_tune_flag_ ? kTune : kCompile; in AscendSingleOpCompile()
678 if (!is_tune_flag_ && op_debug_level_ != "1") { in AscendFusionOpCompile()
699 const std::string job_type = is_tune_flag_ ? kTune : kFusionCompile; in AscendFusionOpCompile()
758 is_tune_flag_ = offline_tune || (auto_tiling_mode != "NO_TUNE"); in TbeInitialize()
841 is_tune_flag_ = false; in TbeFinalize()
852 bool AscendKernelCompileManager::is_tune_flag_ = false; member in mindspore::kernel::ascend::AscendKernelCompileManager
Dascend_kernel_compile.h83 static bool is_tune_flag_; variable