|
|
@@ -259,7 +259,7 @@ std::string DNNEngineManager::GetDNNEngineName(const ge::NodePtr &node_ptr) { |
|
|
|
ErrorManager::GetInstance().ATCReportErrMessage( |
|
|
|
"E13002", {"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", |
|
|
|
"is unsupported, reason : %s", |
|
|
|
op_desc->GetType().c_str(), it.first.c_str(), it.second.c_str()); |
|
|
|
} |
|
|
|
|
|
|
|