Searched refs:debug_path (Results 1 – 1 of 1) sorted by relevance
107 static std::string debug_path = ""; in GetOpDebugPath() local108 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()