[FFmpeg-devel] [PATCH V5 2/2] dnn/native: add log error message

Guo, Yejun yejun.guo at intel.com
Tue Aug 25 09:23:06 EEST 2020



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Ting Fu
> Sent: 2020年8月25日 11:48
> To: ffmpeg-devel at ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH V5 2/2] dnn/native: add log error message
> 
> Signed-off-by: Ting Fu <ting.fu at intel.com>
> ---
>  libavfilter/dnn/dnn_backend_native.c          | 55 +++++++++++++++----
>  libavfilter/dnn/dnn_backend_native.h          |  5 ++
>  .../dnn/dnn_backend_native_layer_avgpool.c    | 10 +++-
>  .../dnn/dnn_backend_native_layer_avgpool.h    |  2 +-
>  .../dnn/dnn_backend_native_layer_conv2d.c     | 10 +++-
>  .../dnn/dnn_backend_native_layer_conv2d.h     |  2 +-
>  .../dnn_backend_native_layer_depth2space.c    | 10 +++-
>  .../dnn_backend_native_layer_depth2space.h    |  2 +-
>  .../dnn/dnn_backend_native_layer_mathbinary.c | 11
> +++-  .../dnn/dnn_backend_native_layer_mathbinary.h |  2
> +-  .../dnn/dnn_backend_native_layer_mathunary.c  | 11
> +++-  .../dnn/dnn_backend_native_layer_mathunary.h  |  2 +-
>  .../dnn/dnn_backend_native_layer_maximum.c    | 10 +++-
>  .../dnn/dnn_backend_native_layer_maximum.h    |  2 +-
>  .../dnn/dnn_backend_native_layer_pad.c        | 10 +++-
>  .../dnn/dnn_backend_native_layer_pad.h        |  2 +-
>  libavfilter/dnn/dnn_backend_native_layers.h   |  2 +-
>  tests/dnn/dnn-layer-avgpool-test.c            |  4 +-
>  tests/dnn/dnn-layer-conv2d-test.c             |  4 +-
>  tests/dnn/dnn-layer-depth2space-test.c        |  2 +-
>  tests/dnn/dnn-layer-mathbinary-test.c         |  6 +-
>  tests/dnn/dnn-layer-mathunary-test.c          |  2 +-
>  tests/dnn/dnn-layer-maximum-test.c            |  2 +-
>  tests/dnn/dnn-layer-pad-test.c                |  6 +-
>  24 files changed, 122 insertions(+), 52 deletions(-)

this patch set looks good to me, will push soon, thanks.


More information about the ffmpeg-devel mailing list