summaryrefslogtreecommitdiffstats
path: root/libavfilter/dnn_interface.h
Commit message (Expand)AuthorAgeFilesLines
* avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun2019-10-301-0/+3
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-301-7/+2
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-301-1/+1
* libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun2019-05-081-1/+9
* libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun2019-05-081-2/+4
* libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun2019-05-081-3/+3
* libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun2019-05-081-1/+1
* libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin2018-09-171-4/+0
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-071-8/+8
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-021-2/+2
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-051-2/+1
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-291-0/+64
OpenPOWER on IntegriCloud