[FFmpeg-devel] [PATCH V3 3/3] avfilter/dnn: unify the layer load function in native mode
Pedro Arthur
bygrandao at gmail.com
Wed Oct 16 01:00:35 EEST 2019
Em ter, 15 de out de 2019 às 02:29, Guo, Yejun <yejun.guo at intel.com>
escreveu:
>
>
> > -----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.
>
Patch set LGTM.
Please make sure your source files end in a newline otherwise it can't be
pushed, I've fixed it locally and pushed, thanks!
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list