Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc407 JsonAssemble(kQuery, kernel_json, &query_json); in QueryFinishJob()
437 JsonAssemble(kQuery, kernel_json, &query_json); in QueryFusionFinishJob()
478 void AscendKernelCompileManager::JsonAssemble(const std::string &job_type, const nlohmann::json &sr… in JsonAssemble() function in mindspore::kernel::ascend::AscendKernelCompileManager
558 JsonAssemble(kPreCompile, kernel_json, &build_json); in AscendPreBuild()
621 JsonAssemble(job_type, kernel_json, &build_json); in AscendSingleOpCompile()
700 JsonAssemble(job_type, fusion_op, &build_json); in AscendFusionOpCompile()
753 JsonAssemble(kInitialize, soc_info, &init_json); in TbeInitialize()
807 JsonAssemble(kSelectFormat, kernel_info, &select_json); in AscendOpSelectFormat()
826 JsonAssemble(kCheckSupport, kernel_info, &check_json); in AscendOpCheckSupported()
Dascend_kernel_compile.h75 …void JsonAssemble(const std::string &job_type, const nlohmann::json &src_json, nlohmann::json *dst…