|
|
@@ -134,7 +134,7 @@ graphStatus aclgrphBuildInitialize(std::map<std::string, std::string> global_opt |
|
|
|
std::string path_base = ge::GELib::GetPath(); |
|
|
|
int ret = ErrorManager::GetInstance().Init(path_base); |
|
|
|
if (ret != 0) { |
|
|
|
DOMI_LOGE("ErrorManager init fail !"); |
|
|
|
GELOGE(ret, "ErrorManager init fail !"); |
|
|
|
return ret; |
|
|
|
} |
|
|
|
|
|
|
|