[FFmpeg-devel] [PATCH 2/4] FATE/dnn: add unit test for layer maximum

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jan 19 19:20:11 EET 2020


Am Fr., 20. Sept. 2019 um 06:01 Uhr schrieb Guo, Yejun <yejun.guo at intel.com>:
>
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
>  tests/dnn/Makefile                 |  1 +
>  tests/dnn/dnn-layer-maximum-test.c | 71 ++++++++++++++++++++++++++++++++++++++
>  tests/fate/dnn.mak                 |  5 +++
>  3 files changed, 77 insertions(+)
>  create mode 100644 tests/dnn/dnn-layer-maximum-test.c
>
> diff --git a/tests/dnn/Makefile b/tests/dnn/Makefile
> index 3cb5f6d..e1bfe3f 100644
> --- a/tests/dnn/Makefile
> +++ b/tests/dnn/Makefile
> @@ -1,6 +1,7 @@
>  DNNTESTPROGS += dnn-layer-pad
>  DNNTESTPROGS += dnn-layer-conv2d
>  DNNTESTPROGS += dnn-layer-depth2space
> +DNNTESTPROGS += dnn-layer-maximum

Are these tests supposed to pass if FFmpeg was compiled with
--disable-filter=dnn_processing ?

Carl Eugen


More information about the ffmpeg-devel mailing list