]> git.sesse.net Git - ffmpeg/commit
libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new...
authorGuo, Yejun <yejun.guo@intel.com>
Thu, 5 Sep 2019 06:00:46 +0000 (14:00 +0800)
committerPedro Arthur <bygrandao@gmail.com>
Thu, 19 Sep 2019 14:25:15 +0000 (11:25 -0300)
commit48133fad056e9173a39333fc5f7d4a724a47a028
treeeec3d9483324435ec19e0444f6c5391e3c02393e
parent24f507301b4774bb1b082c594d1ce8885b5cabd8
libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file

the logic is that one layer in one separated source file to make
the source files simple for maintaining.

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_depth2space.c [new file with mode: 0644]
libavfilter/dnn/dnn_backend_native_layer_depth2space.h [new file with mode: 0644]
libavfilter/dnn/dnn_backend_tf.c