dnn/dnn_backend_native: Fix typo in log message
Reviewed-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
1e47ef600d
commit
f51f13902b
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ static DNNReturnType execute_model_native(const DNNModel *model, const char *inp
|
|||
native_model->layers[layer].output_operand_index,
|
||||
native_model->layers[layer].params,
|
||||
&native_model->ctx) == DNN_ERROR) {
|
||||
av_log(ctx, AV_LOG_ERROR, "Failed to execuet model\n");
|
||||
av_log(ctx, AV_LOG_ERROR, "Failed to execute model\n");
|
||||
return DNN_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue