]> git.sesse.net Git - ffmpeg/commit
dnn_backend_native_layer_mathbinary: add sub support
authorGuo, Yejun <yejun.guo@intel.com>
Fri, 20 Mar 2020 12:55:38 +0000 (20:55 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Tue, 7 Apr 2020 03:04:34 +0000 (11:04 +0800)
commitffa1561608f513b3a5d3d1568f75126f21bce663
treecc07cade3e5e1aad40c7802cf8f53ea69f696924
parent2114c4241891849323fd65e56f1ab6f70375a291
dnn_backend_native_layer_mathbinary: add sub support

more math binary operations will be added here

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
libavfilter/dnn/Makefile
libavfilter/dnn/dnn_backend_native.h
libavfilter/dnn/dnn_backend_native_layer_mathbinary.c [new file with mode: 0644]
libavfilter/dnn/dnn_backend_native_layer_mathbinary.h [new file with mode: 0644]
libavfilter/dnn/dnn_backend_native_layers.c
tools/python/convert_from_tensorflow.py
tools/python/convert_header.py