]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn/dnn_backend_native.c
dnn/dnn_backend_native: Fix typo in log message
[ffmpeg] / libavfilter / dnn / dnn_backend_native.c
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Fix typo in log message
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Don't use asserts for checks
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Fix leak in case parsing option...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Avoid allocation for checking...
2021-02-18 Guo, Yejundnn: add color conversion for analytic case
2021-02-18 Guo, Yejundnn: add function type for model
2021-01-28 Guo, Yejundnn: remove type cast which is not necessary
2021-01-22 Mark Thompsondnn: Add ff_ prefix to unnamespaced globals
2021-01-22 Mark Thompsondnn_backend_native.c: Add missing static to local variable
2021-01-22 Guo, Yejunlibavfilter/dnn: add prefix ff_ for internal functions
2021-01-22 Guo, Yejunlibavfilter/dnn: use avpriv_report_missing_feature...
2020-12-29 Guo, Yejundnn_interface: change from 'void *userdata' to 'AVFilte...
2020-10-14 Chris Micelilibavfilter/dnn_backend_native: check mem allocation
2020-09-21 Guo, Yejundnn: add a new interface DNNModel.get_output
2020-09-21 Guo, Yejundnn: put DNNModel.set_input and DNNModule.execute_model...
2020-09-21 Guo, Yejundnn: change dnn interface to replace DNNData* with...
2020-09-21 Guo, Yejundnn: add userdata for load model parameter
2020-09-09 Xu Jundnn_backend_native.c: parse options in native backend
2020-08-25 Ting Fudnn/native: add log error message
2020-08-25 Ting Fudnn/native: unify error return to DNN_ERROR
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...