]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native_layer_pad.c
avfilter/dnn: get the data type of network output from dnn execution result
[ffmpeg] / libavfilter / dnn / dnn_backend_native_layer_pad.c
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