Browse Source

append

pull/1666/head
wangxiaotian22 4 years ago
parent
commit
ebb85cb192
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/engine_manager/dnnengine_manager.cc

+ 1
- 1
ge/engine_manager/dnnengine_manager.cc View File

@@ -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());
}



Loading…
Cancel
Save