Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc83 constexpr auto kSocInfo = "SocInfo"; variable
497 job_info[kSocInfo] = src_json; in JsonAssemble()
754 auto offline_tune = (init_json[kJobContent][kSocInfo][kOfflineTune]).get<bool>(); in TbeInitialize()
755 op_debug_level_ = (init_json[kJobContent][kSocInfo]["op_debug_level"]).get<std::string>(); in TbeInitialize()
756 auto auto_tiling_mode = (init_json[kJobContent][kSocInfo]["autoTilingMode"]).get<std::string>(); in TbeInitialize()