Searched refs:SaveJsonInfo (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ascend/ |
D | akg_ascend_kernel_build.cc | 48 kernel::SaveJsonInfo(kernel_name, kernel_json); in AkgSaveJsonInfo()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/gpu/ |
D | akg_gpu_kernel_build.cc | 50 …kernel::SaveJsonInfo(kernel_name, kernel_json, kernel::KernelMeta::GetInstance()->kernel_meta_path… in AkgSaveJsonInfo()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_utils.h | 43 static void SaveJsonInfo(const std::string &json_name, const std::string &info);
|
D | tbe_kernel_parallel_build.cc | 66 TbeUtils::SaveJsonInfo(kernel_json["op_info"]["kernel_name"], kernel_json.dump()); in TbeOpParallelBuild() 86 TbeUtils::SaveJsonInfo(kernel_json["op_info"]["kernel_name"], kernel_json.dump()); in TbeOpParallelBuild()
|
D | ascend_kernel_compile.cc | 624 TbeUtils::SaveJsonInfo(json_name, build_str); in AscendSingleOpCompile() 703 TbeUtils::SaveJsonInfo(json_name, build_str); in AscendFusionOpCompile() 762 TbeUtils::SaveJsonInfo(kInitialize, init_str); in TbeInitialize()
|
D | tbe_utils.cc | 198 void TbeUtils::SaveJsonInfo(const std::string &json_name, const std::string &info) { in SaveJsonInfo() function in mindspore::kernel::tbe::TbeUtils
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | kernel_fusion.cc | 120 TbeUtils::SaveJsonInfo(json_name, fusion_json.dump()); in KernelFusion()
|
D | common_utils.h | 85 void SaveJsonInfo(const std::string &json_name, const std::string &info, const std::string &base_pa…
|
D | common_utils.cc | 496 void SaveJsonInfo(const std::string &json_name, const std::string &info, const std::string &base_pa… in SaveJsonInfo() function
|