Home
last modified time | relevance | path

Searched refs:GenSocInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.h49 static nlohmann::json GenSocInfo();
Dtbe_kernel_build.h111 void GenSocInfo(nlohmann::json *soc_info_json);
Dtbe_utils.cc159 nlohmann::json TbeUtils::GenSocInfo() { in GenSocInfo() function in mindspore::kernel::tbe::TbeUtils
Dascend_kernel_compile.cc752 nlohmann::json soc_info = TbeUtils::GenSocInfo(); in TbeInitialize()
Dtbe_kernel_build.cc232 nlohmann::json soc_info_json = TbeUtils::GenSocInfo(); in GenTbeSingleKernelJson()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_fusion.cc111 nlohmann::json soc_info_json = TbeUtils::GenSocInfo(); in KernelFusion()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dfusion_tbe_json_creator.cc37 nlohmann::json soc_info_json = kernel::tbe::TbeUtils::GenSocInfo(); in GenJson()
Dsingle_tbe_json_creator.cc36 nlohmann::json soc_info_json = kernel::tbe::TbeUtils::GenSocInfo(); in GenJson()