Am Fr., 20. Sept. 2019 um 06:01 Uhr schrieb Guo, Yejun <yejun....@intel.com>: > > Signed-off-by: Guo, Yejun <yejun....@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".