diff options
author | Ting Fu <ting.fu@intel.com> | 2020-06-29 22:54:08 +0800 |
---|---|---|
committer | Guo, Yejun <yejun.guo@intel.com> | 2020-07-06 12:45:14 +0800 |
commit | cd2e3a864d167be32e119ac44fd65a322121bf3b (patch) | |
tree | 51382ee1a4c119b66cd5cfc392ef1f177630468d /tools/python/convert_header.py | |
parent | 33374bdbd88197512eccb7cdf5fceca340b3e49f (diff) | |
download | ffmpeg-cd2e3a864d167be32e119ac44fd65a322121bf3b.tar.gz |
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.py | 2 |
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 |