|
@@ -67,7 +67,7 @@ Status AiCoreTaskCompiler::CompileOp(const NodePtr &node, std::vector<domi::Task |
|
|
ret = Initialize(); |
|
|
ret = Initialize(); |
|
|
if (ret != SUCCESS) { |
|
|
if (ret != SUCCESS) { |
|
|
GELOGE(FAILED, "[Check][State][%s] Offline inference not support online compile.", node->GetName().c_str()); |
|
|
GELOGE(FAILED, "[Check][State][%s] Offline inference not support online compile.", node->GetName().c_str()); |
|
|
REPORT_INNER_ERROR("E19999", "[%s] Offline inference not support online compile.", node->GetName()..c_str()); |
|
|
|
|
|
|
|
|
REPORT_INNER_ERROR("E19999", "[%s] Offline inference not support online compile.", node->GetName().c_str()); |
|
|
return ret; |
|
|
return ret; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|