]> git.sesse.net Git - ffmpeg/commit
dnn/native: add log error message
authorTing Fu <ting.fu@intel.com>
Tue, 25 Aug 2020 03:47:50 +0000 (11:47 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Tue, 25 Aug 2020 05:03:46 +0000 (13:03 +0800)
commitc8ba0daf8dab2f5cbcdded37cd6383649933fbf3
tree07fc4d82be5a16a925f5710ec370141e1163d778
parent230cf9d1854b171727d1b10c2a2fbe0df9d1d489
dnn/native: add log error message

Signed-off-by: Ting Fu <ting.fu@intel.com>
24 files changed:
libavfilter/dnn/dnn_backend_native.c
libavfilter/dnn/dnn_backend_native.h
libavfilter/dnn/dnn_backend_native_layer_avgpool.c
libavfilter/dnn/dnn_backend_native_layer_avgpool.h
libavfilter/dnn/dnn_backend_native_layer_conv2d.c
libavfilter/dnn/dnn_backend_native_layer_conv2d.h
libavfilter/dnn/dnn_backend_native_layer_depth2space.c
libavfilter/dnn/dnn_backend_native_layer_depth2space.h
libavfilter/dnn/dnn_backend_native_layer_mathbinary.c
libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
libavfilter/dnn/dnn_backend_native_layer_mathunary.c
libavfilter/dnn/dnn_backend_native_layer_mathunary.h
libavfilter/dnn/dnn_backend_native_layer_maximum.c
libavfilter/dnn/dnn_backend_native_layer_maximum.h
libavfilter/dnn/dnn_backend_native_layer_pad.c
libavfilter/dnn/dnn_backend_native_layer_pad.h
libavfilter/dnn/dnn_backend_native_layers.h
tests/dnn/dnn-layer-avgpool-test.c
tests/dnn/dnn-layer-conv2d-test.c
tests/dnn/dnn-layer-depth2space-test.c
tests/dnn/dnn-layer-mathbinary-test.c
tests/dnn/dnn-layer-mathunary-test.c
tests/dnn/dnn-layer-maximum-test.c
tests/dnn/dnn-layer-pad-test.c