Em ter, 15 de out de 2019 às 02:29, Guo, Yejun <[email protected]> escreveu:
> > > > -----Original Message----- > > From: Guo, Yejun > > Sent: Wednesday, October 09, 2019 10:08 PM > > To: [email protected] > > Cc: Guo, Yejun <[email protected]> > > Subject: [PATCH V3 3/3] avfilter/dnn: unify the layer load function in > native > > mode > > > > Signed-off-by: Guo, Yejun <[email protected]> > > --- > > 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ 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".
