1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libavfilter/dnn
Guo, Yejun 5f058dd693 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>
2019-09-19 11:09:25 -03:00
..
dnn_backend_native_layer_conv2d.c libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00
dnn_backend_native_layer_conv2d.h libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00
dnn_backend_native_layer_pad.c dnn: introduce dnn operand (in c code) to hold operand infos within network 2019-08-30 11:41:30 -03:00
dnn_backend_native_layer_pad.h dnn: introduce dnn operand (in c code) to hold operand infos within network 2019-08-30 11:41:30 -03:00
dnn_backend_native.c libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00
dnn_backend_native.h libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00
dnn_backend_tf.c libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00
dnn_backend_tf.h
dnn_interface.c
Makefile libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 2019-09-19 11:09:25 -03:00