> -----Original Message----- > From: Guo, Yejun <[email protected]> > Sent: 2021年1月8日 16:37 > To: [email protected] > Cc: Guo, Yejun <[email protected]> > Subject: [PATCH] libavfilter/dnn: add batch mode for async execution > > the default number of batch_size is 1 > > Signed-off-by: Xie, Lin <[email protected]> > Signed-off-by: Wu Zhiwen <[email protected]> > Signed-off-by: Guo, Yejun <[email protected]> > --- > libavfilter/dnn/dnn_backend_openvino.c | 157 +++++++++++++++++++++---- > libavfilter/dnn/dnn_backend_openvino.h | 1 + > libavfilter/dnn/dnn_interface.c | 1 + > libavfilter/dnn_interface.h | 2 + > libavfilter/vf_dnn_processing.c | 36 +++++- > 5 files changed, 173 insertions(+), 24 deletions(-) > > diff --git a/libavfilter/dnn/dnn_backend_openvino.c > b/libavfilter/dnn/dnn_backend_openvino.c > index d27e451eea..cb1bc3d22d 100644 > --- a/libavfilter/dnn/dnn_backend_openvino.c > +++ b/libavfilter/dnn/dnn_backend_openvino.c
please ignore this patch, it has some issue, will send out V2 later, thanks. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
