]> git.sesse.net Git - ffmpeg/commit
libavfilter/dnn: add layer maximum for native mode.
authorGuo, Yejun <yejun.guo@intel.com>
Fri, 20 Sep 2019 03:55:48 +0000 (11:55 +0800)
committerPedro Arthur <bygrandao@gmail.com>
Fri, 20 Sep 2019 13:57:18 +0000 (10:57 -0300)
commitb2683c66b215ee3b67628880b93f7371d21bc946
tree09eb095217f31f5ff83ba1b6d07472e9f88a4423
parentea673a0edb4b32cab54344faedb41bc3473730eb
libavfilter/dnn: add layer maximum for native mode.

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/Makefile
libavfilter/dnn/dnn_backend_native.c
libavfilter/dnn/dnn_backend_native.h
libavfilter/dnn/dnn_backend_native_layer_maximum.c [new file with mode: 0644]
libavfilter/dnn/dnn_backend_native_layer_maximum.h [new file with mode: 0644]
libavfilter/dnn/dnn_backend_tf.c
tools/python/convert_from_tensorflow.py
tools/python/convert_header.py