• Guo, Yejun's avatar
    libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnn · 1b9064e3
    Guo, Yejun authored
    it is expected that there will be more files to support native mode,
    so put all the dnn codes under libavfilter/dnn
    
    The main change of this patch is to move the file location, see below:
    modified:   libavfilter/Makefile
    new file:   libavfilter/dnn/Makefile
    renamed:    libavfilter/dnn_backend_native.c -> libavfilter/dnn/dnn_backend_native.c
    renamed:    libavfilter/dnn_backend_native.h -> libavfilter/dnn/dnn_backend_native.h
    renamed:    libavfilter/dnn_backend_tf.c -> libavfilter/dnn/dnn_backend_tf.c
    renamed:    libavfilter/dnn_backend_tf.h -> libavfilter/dnn/dnn_backend_tf.h
    renamed:    libavfilter/dnn_interface.c -> libavfilter/dnn/dnn_interface.c
    Signed-off-by: 's avatarGuo, Yejun <yejun.guo@intel.com>
    Signed-off-by: 's avatarPedro Arthur <bygrandao@gmail.com>
    1b9064e3
dnn_backend_tf.h 1.18 KB