]> git.sesse.net Git - ffmpeg/history - libavfilter/dnn
avutil/opt: check return value of av_bprint_finalize()
[ffmpeg] / libavfilter / dnn /
2020-07-02 Guo, Yejundnn: add openvino as one of dnn backend
2020-06-25 Ting Fudnn_backend_native_layer_mathunary: add atan support
2020-06-25 Ting Fudnn_backend_native_layer_mathunary: add acos support
2020-06-25 Ting Fudnn_backend_native_layer_mathunary: add asin support
2020-06-17 Guo Yejundnn_backend_native: check operand index
2020-06-17 Guo Yejundnn_backend_native.c: refine code for fail case
2020-06-11 Ting Fudnn_backend_native_layer_mathunary: add tan support
2020-06-11 Ting Fudnn_backend_native_layer_mathunary: add cos support
2020-06-11 Ting Fudnn_backend_native_layer_mathunary: add sin support
2020-06-03 Wu Zhiwendnn/native: fix typo for definition of DOT_INTERMEDIATE
2020-05-28 Ting Fudnn_backend_native_layer_mathunary: add abs support
2020-05-08 Guo, Yejundnn/native: add native support for minimum
2020-04-22 Guo, Yejundnn/native: add native support for divide
2020-04-22 Guo, Yejundnn/native: add native support for 'mul'
2020-04-22 Guo, Yejundnn/native: add native support for 'add'
2020-04-07 Guo, Yejundnn_backend_native_layer_mathbinary: add sub support
2020-04-04 Carl Eugen Hoyoslavf, lavfi: Remove uses of sizeof(char).
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 Marton Balintavfilter/dnn: fix inclusion guard in dnn/dnn_backend_na...
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-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: add tf.pad support...
2019-08-19 Guo, Yejunlibavfilter/dnn/dnn_backend_tf: fix typo that variable...
2019-07-29 Guo, Yejundnn: convert tf.pad to native model in python script...
2019-07-29 Guo, Yejundnn: add layer pad which is equivalent to tf.pad
2019-07-26 Guo, Yejunlibavfilter/dnn: move dnn files from libavfilter to...