Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc107 static std::string debug_path = ""; in GetOpDebugPath() local
108 if (debug_path != "") { in GetOpDebugPath()
109 return debug_path; in GetOpDebugPath()
124 debug_path = config_path; in GetOpDebugPath()
126 debug_path = config_path + "/"; in GetOpDebugPath()
128 return debug_path; in GetOpDebugPath()
136 debug_path = config_path + "rank_" + rank_id_str + "/"; in GetOpDebugPath()
138 debug_path = config_path + "/" + "rank_" + rank_id_str + "/"; in GetOpDebugPath()
140 return debug_path; in GetOpDebugPath()