[FFmpeg-devel] [PATCH V3 3/3] avfilter/dnn: unify the layer load function in native mode

Guo, Yejun yejun.guo at intel.com
Tue Oct 15 08:29:01 EEST 2019



> -----Original Message-----
> From: Guo, Yejun
> Sent: Wednesday, October 09, 2019 10:08 PM
> To: ffmpeg-devel at ffmpeg.org
> Cc: Guo, Yejun <yejun.guo at intel.com>
> Subject: [PATCH V3 3/3] avfilter/dnn: unify the layer load function in native
> mode
> 
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
>  libavfilter/dnn/dnn_backend_native.c               | 114 +++------------------
>  libavfilter/dnn/dnn_backend_native.h               |   2 +-
>  libavfilter/dnn/dnn_backend_native_layer_conv2d.c  |  46 +++++++++
>  libavfilter/dnn/dnn_backend_native_layer_conv2d.h  |   1 +
>  .../dnn/dnn_backend_native_layer_depth2space.c     |  18 ++++
>  .../dnn/dnn_backend_native_layer_depth2space.h     |   1 +
>  libavfilter/dnn/dnn_backend_native_layer_maximum.c |  18 ++++
>  libavfilter/dnn/dnn_backend_native_layer_maximum.h |   1 +
>  libavfilter/dnn/dnn_backend_native_layer_pad.c     |  23 +++++
>  libavfilter/dnn/dnn_backend_native_layer_pad.h     |   1 +
>  libavfilter/dnn/dnn_backend_native_layers.c        |  12 +--
>  libavfilter/dnn/dnn_backend_native_layers.h        |   8 +-
>  12 files changed, 135 insertions(+), 110 deletions(-)
> 
this patch set asks for review, thanks.



More information about the ffmpeg-devel mailing list