Am Fr., 20. Sept. 2019 um 06:01 Uhr schrieb Guo, Yejun <[email protected]>: > > Signed-off-by: Guo, Yejun <[email protected]> > --- > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
