]> git.sesse.net Git - ffmpeg/history - tests/dnn
avcodec/mjpegdec: fix SOF check in EOI
[ffmpeg] / tests / dnn /
2021-03-24 Wenlong Dingtests/dnn/dnn-layer-mathunary-test: add unit test for exp
2021-01-28 Guo, Yejuntests/dnn: enable unit test dense
2021-01-22 Guo, Yejuntests/dnn: fix build issue after function name changed
2021-01-22 Guo, Yejundnn-layer-conv2d-test.c: remove dependency of dnn_nativ...
2020-09-29 Mingyu Yindnn/native: add native support for dense
2020-09-09 Xu Jundnn_backend_native_layer_conv2d.c:Add mutithread function
2020-08-25 Ting Fudnn/native: add log error message
2020-08-24 Mingyu Yindnn_backend_native_layer_mathbinary: add floormod support
2020-08-12 Mingyu Yindnn_backend_native_layer_mathunary: add round support
2020-08-10 Ting FuFATE/dnn: add unit test for dnn avgpool layer
2020-08-07 Mingyu Yindnn_backend_native_layer_mathunary: add floor support
2020-08-04 Mingyu Yindnn_backend_native_layer_mathunary: add ceil support
2020-07-09 Ting Futests/dnn/mathunary: fix the issue of NAN
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for atanh
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for acosh
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for asinh
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for tanh
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for cosh
2020-07-06 Ting Fudnn-layer-math-unary-test: add unit test for sinh
2020-06-25 Ting Fudnn-layer-math-unary-test: add unit test for atan
2020-06-25 Ting Fudnn-layer-math-unary-test: add unit test for acos
2020-06-25 Ting Fudnn-layer-math-unary-test: add unit test for asin
2020-06-11 Ting Fudnn-layer-mathunary-test: add unit test for tan
2020-06-11 Ting Fudnn-layer-mathunary-test: add unit test for cos
2020-06-11 Ting Fudnn-layer-mathunary-test: add unit test for sin
2020-05-28 Ting Fudnn-layer-mathunary-test: add unit test for abs
2020-05-08 Guo, Yejundnn-layer-mathbinary-test: add unit test for minimum
2020-04-24 Martin Storsjödnn-layer-mathbinary-test: Fix tests for cases with...
2020-04-22 Guo, Yejundnn-layer-mathbinary-test: add unit test for divide
2020-04-22 Guo, Yejundnn-layer-mathbinary-test: add unit test for 'mul'
2020-04-22 Guo, Yejundnn-layer-mathbinary-test: add unit test for add
2020-04-07 Guo, Yejundnn-layer-mathbinary-test: add unit test for subtraction
2019-10-30 Guo, Yejundnn: add tf.nn.conv2d support for native model
2019-10-23 Zhao ZhiliFATE/dnn: add .gitignore
2019-10-15 Guo, Yejunavfilter/dnn: unify the layer execution function in...
2019-10-04 Zhao ZhiliFATE/dnn: fix stack buffer overflow
2019-09-20 Guo, YejunFATE/dnn: add unit test for layer maximum
2019-09-19 Guo, YejunFATE/dnn: add unit test for dnn depth_to_space layer
2019-09-19 Guo, YejunFATE/dnn: add unit test for dnn conv2d layer
2019-08-30 Guo, Yejundnn: introduce dnn operand (in c code) to hold operand...
2019-08-19 Guo, YejunFATE/dnn: let fate/dnn tests depend on ffmpeg static...
2019-07-29 Guo, Yejunfate: add unit test for dnn-layer-pad