Searched refs:is_tune_flag_ (Results 1 – 2 of 2) sorted by relevance
594 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
83 static bool is_tune_flag_; variable