]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native_layer_pad.c
avcodec: Constify all the AVCodecParsers
[ffmpeg] / libavfilter / dnn / dnn_backend_native_layer_pad.c
2021-01-28 Guo, Yejundnn: remove type cast which is not necessary
2021-01-22 Mark Thompsondnn: Add ff_ prefix to unnamespaced globals
2020-08-25 Ting Fudnn/native: add log error message
2020-08-25 Ting Fudnn/native: unify error return to DNN_ERROR
2020-07-06 Reimar Döffingerdnn_backend_native: Add overflow check for length calcu...
2020-06-17 Guo Yejundnn_backend_native: check operand index
2019-10-30 Guo, Yejunavfilter/dnn: get the data type of network output from...
2019-10-15 Guo, Yejunavfilter/dnn: unify the layer load function in native...
2019-10-15 Guo, Yejunavfilter/dnn: unify the layer execution function in...
2019-08-30 Guo, Yejundnn: introduce dnn operand (in c code) to hold operand...
2019-07-29 Guo, Yejundnn: add layer pad which is equivalent to tf.pad