Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc48 constexpr auto kInfoSuffix = ".info"; variable
200 std::string path = config_path + kCceKernelMeta + json_name + kInfoSuffix; in SaveJsonInfo()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h43 constexpr auto kInfoSuffix = ".info"; variable
Dcommon_utils.cc497 std::string path = base_path + json_name + kInfoSuffix; in SaveJsonInfo()