Searched refs:JsonAssemble (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | ascend_kernel_compile.cc | 407 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()
|
D | ascend_kernel_compile.h | 75 …void JsonAssemble(const std::string &job_type, const nlohmann::json &src_json, nlohmann::json *dst…
|