summaryrefslogtreecommitdiff
path: root/tools/python/convert_header.py
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2020-03-20 20:55:38 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-04-07 11:04:34 +0800
commitffa1561608f513b3a5d3d1568f75126f21bce663 (patch)
treecc07cade3e5e1aad40c7802cf8f53ea69f696924 /tools/python/convert_header.py
parent2114c4241891849323fd65e56f1ab6f70375a291 (diff)
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>
Diffstat (limited to 'tools/python/convert_header.py')
-rw-r--r--tools/python/convert_header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/convert_header.py b/tools/python/convert_header.py
index 67672b2785..6576fca7a1 100644
--- a/tools/python/convert_header.py
+++ b/tools/python/convert_header.py
@@ -23,4 +23,4 @@ str = 'FFMPEGDNNNATIVE'
major = 1
# increase minor when we don't have to re-convert the model file
-minor = 0
+minor = 1