]> git.sesse.net Git - ffmpeg/commit
libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file
authorGuo, Yejun <yejun.guo@intel.com>
Thu, 5 Sep 2019 06:00:28 +0000 (14:00 +0800)
committerPedro Arthur <bygrandao@gmail.com>
Thu, 19 Sep 2019 14:09:25 +0000 (11:09 -0300)
commit5f058dd693c4bebcd6a293da4630441f3540902f
tree4cf12f2fac688758369e55690afb434afc3c947d
parentc2ab998ff38fa11092ccb1c51ab0a1fe9c24ab09
libavfilter/dnn: separate conv2d 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_conv2d.c [new file with mode: 0644]
libavfilter/dnn/dnn_backend_native_layer_conv2d.h [new file with mode: 0644]
libavfilter/dnn/dnn_backend_tf.c