Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc408 auto job_result = build_manager_->ProcessTbeJob(query_json); in QueryFinishJob()
438 auto build_result = build_manager_->ProcessTbeJob(query_json); in QueryFusionFinishJob()
559 auto build_result = build_manager_->ProcessTbeJob(build_json); in AscendPreBuild()
630 auto build_result = build_manager_->ProcessTbeJob(build_json); in AscendSingleOpCompile()
704 auto build_result = build_manager_->ProcessTbeJob(build_json); in AscendFusionOpCompile()
763 auto init_ret = build_manager_->ProcessTbeJob(init_json); in TbeInitialize()
808 auto select_ret = build_manager_->ProcessTbeJob(select_json); in AscendOpSelectFormat()
827 auto check_ret = build_manager_->ProcessTbeJob(check_json); in AscendOpCheckSupported()
Dtbe_kernel_parallel_build.h67 std::string ProcessTbeJob(const nlohmann::json &kernel_json);
Dtbe_kernel_parallel_build.cc304 std::string ParallelBuildManager::ProcessTbeJob(const nlohmann::json &kernel_json) { in ProcessTbeJob() function in mindspore::kernel::ParallelBuildManager