]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native.c
libavfilter/dnn: add layer maximum for native mode.
[ffmpeg] / libavfilter / dnn / dnn_backend_native.c
2019-09-20 Guo, Yejunlibavfilter/dnn: add layer maximum for native mode.
2019-09-19 Guo, Yejunlibavfilter/dnn: separate depth_to_space layer from...
2019-09-19 Guo, Yejunlibavfilter/dnn: separate conv2d layer from dnn_backend...
2019-09-04 Guo, Yejunlibavfilter/dnn: add header into native model file
2019-08-30 Guo, Yejundnn: export operand info in python script and load...
2019-08-30 Guo, Yejundnn: change .model file format to put layer number...
2019-08-30 Guo, Yejundnn: introduce dnn operand (in c code) to hold operand...
2019-08-20 Jun Zhaolavfi/dnn/dnn_backend_native: fix memory leak in error...
2019-07-29 Guo, Yejundnn: convert tf.pad to native model in python script...
2019-07-26 Guo, Yejunlibavfilter/dnn: move dnn files from libavfilter to...