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

Guo, Yejun yejun.guo at intel.com
Mon Jan 20 03:13:47 EET 2020



> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf Of
> Carl Eugen Hoyos
> Sent: Monday, January 20, 2020 1:20 AM
> To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 2/4] FATE/dnn: add unit test for layer
> maximum
> 
> 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 ?

yes, they are passed with/without this cmake option.

These are unit tests for dnn native layers under the dnn interface layer.
And dnn_processing is a filter calling the dnn interface layer.

> 
> Carl Eugen
> _______________________________________________
> 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