]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native.c
dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
[ffmpeg] / libavfilter / dnn / dnn_backend_native.c
2020-08-25 Guo, Yejundnn: move output name from DNNModel.set_input_output...
2020-08-21 Ting Fudnn/native: rename struct ConvolutionalNetwork to Nativ...
2020-08-12 Guo, Yejundnn: add backend options when load the model
2020-07-06 Reimar Döffingerdnn_backend_native: Add overflow check for length calcu...
2020-06-17 Guo Yejundnn_backend_native: check operand index
2020-06-17 Guo Yejundnn_backend_native.c: refine code for fail case
2019-10-30 Guo, Yejunavfilter/dnn: add a new interface to query dnn model...
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...