summaryrefslogtreecommitdiff
path: root/tools/python/convert_header.py
diff options
context:
space:
mode:
authorTing Fu <ting.fu@intel.com>2020-06-29 22:54:08 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-07-06 12:45:14 +0800
commitcd2e3a864d167be32e119ac44fd65a322121bf3b (patch)
tree51382ee1a4c119b66cd5cfc392ef1f177630468d /tools/python/convert_header.py
parent33374bdbd88197512eccb7cdf5fceca340b3e49f (diff)
dnn_backend_native_layer_mathunary: add acosh support
Signed-off-by: Ting Fu <ting.fu@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 3211c13f6d..8fc3438552 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 = 16
+minor = 17