From cb44858dbf5fd892952ced1f83ea55cf526560d5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Feb 2021 20:36:38 +0800 Subject: [PATCH] Add single_op model_id. --- inc/framework/executor/ge_executor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/framework/executor/ge_executor.h b/inc/framework/executor/ge_executor.h index c546f63d..59a1f8ab 100644 --- a/inc/framework/executor/ge_executor.h +++ b/inc/framework/executor/ge_executor.h @@ -260,6 +260,7 @@ class GE_FUNC_VISIBILITY GeExecutor { static ge::Status LoadSingleOp(const std::string &modelName, const ge::ModelData &modelData, void *stream, SingleOp **single_op); + static ge::Status ExecuteAsync(SingleOp *executor, const std::vector &inputs, std::vector &outputs);