|
|
@@ -270,7 +270,7 @@ std::string DNNEngineManager::GetDNNEngineName(const ge::NodePtr &node_ptr) { |
|
|
|
for (const auto &it : unsupported_reasons) { |
|
|
|
reason += it.first + ":" + it.second + ";"; |
|
|
|
ErrorManager::GetInstance().ATCReportErrMessage( |
|
|
|
"E13002", {"optype", "opskernel", "reason"}, {op_desc->GetType(), it.first, it.second}); |
|
|
|
"EZ3002", {"optype", "opskernel", "reason"}, {op_desc->GetType(), it.first, it.second}); |
|
|
|
GELOGE(GE_GRAPH_ASSIGN_ENGINE_FAILED, "[Check][OpSupported]Op type %s of ops kernel %s " |
|
|
|
"is unsupported, reason : %s", |
|
|
|
op_desc->GetType().c_str(), it.first.c_str(), it.second.c_str()); |
|
|
@@ -282,7 +282,7 @@ std::string DNNEngineManager::GetDNNEngineName(const ge::NodePtr &node_ptr) { |
|
|
|
(void)Analyzer::GetInstance()->DoAnalyze(analyze_info); |
|
|
|
|
|
|
|
ErrorManager::GetInstance().ATCReportErrMessage( |
|
|
|
"E13003", {"opname", "optype"}, {op_desc->GetName(), op_desc->GetType()}); |
|
|
|
"EZ3003", {"opname", "optype"}, {op_desc->GetName(), op_desc->GetType()}); |
|
|
|
GELOGE(GE_GRAPH_ASSIGN_ENGINE_FAILED, "[Get][DNNEngineName]Can't find any supported ops kernel " |
|
|
|
"and engine of %s, type is %s", |
|
|
|
op_desc->GetName().c_str(), op_desc->GetType().c_str()); |
|
|
|