aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/convert_header.py
Commit message (Collapse)AuthorAgeFilesLines
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-201-1/+1
| | | | | | | | | The reason to add this layer is that it is used by srcnn in vf_sr. This layer is currently ignored in native mode. After this patch, we can add multiple outputs support for native mode. Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-041-0/+26
Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>