]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native.c
avfilter/dnn: get the data type of network output from dnn execution result
[ffmpeg] / libavfilter / dnn / dnn_backend_native.c
2019-10-30 Guo, Yejunavfilter/dnn: get the data type of network output from...
2019-10-30 Guo, Yejundnn: add tf.nn.conv2d support for native model
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-10-15 Guo, Yejunavfilter/dnn: add DLT prefix for enum DNNLayerType...
2019-09-20 Guo, Yejunlibavfilter/dnn: support multiple outputs for native...
2019-09-20 Guo, Yejunlibavfilter/dnn/dnn_backend_native: find the input...
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...