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

2020-01-19 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Carl Eugen Hoyos > Sent: Monday, January 20, 2020 1:20 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 2/4] FATE/dnn: add u

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

2020-01-19 Thread Carl Eugen Hoyos
Am Fr., 20. Sept. 2019 um 06:01 Uhr schrieb Guo, Yejun : > > Signed-off-by: Guo, Yejun > --- > tests/dnn/Makefile | 1 + > tests/dnn/dnn-layer-maximum-test.c | 71 > ++ > tests/fate/dnn.mak | 5 +++ > 3 files changed, 77 inser

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

2019-09-20 Thread Pedro Arthur
Em sex, 20 de set de 2019 às 01:01, Guo, Yejun escreveu: > > Signed-off-by: Guo, Yejun > --- > tests/dnn/Makefile | 1 + > tests/dnn/dnn-layer-maximum-test.c | 71 > ++ > tests/fate/dnn.mak | 5 +++ > 3 files changed, 77 inse

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

2019-09-19 Thread Guo, Yejun
Signed-off-by: Guo, Yejun --- 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 --gi