|
@@ -859,7 +859,6 @@ Status AiCpuNodeExecutor::PrepareTask(NodeTask &task, TaskContext &context) cons |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Status AiCpuNodeExecutor::LoadTask(HybridModel &hybrid_model, |
|
|
Status AiCpuNodeExecutor::LoadTask(HybridModel &hybrid_model, |
|
|
const HybridModel &model, |
|
|
|
|
|
const NodePtr &node, |
|
|
const NodePtr &node, |
|
|
std::shared_ptr<NodeTask> &task) const { |
|
|
std::shared_ptr<NodeTask> &task) const { |
|
|
GE_CHECK_NOTNULL(node); |
|
|
GE_CHECK_NOTNULL(node); |
|
|