Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc46 std::string prefix_path_str; in CreatePrefixPath() local
52 prefix_path_str = create_prefix_path.value(); in CreatePrefixPath()
59 prefix_path_str = pwd_path.value(); in CreatePrefixPath()
61 return std::string(prefix_path_str + "/" + file_name_str); in CreatePrefixPath()