diff options
author | Ting Fu <ting.fu@intel.com> | 2020-06-29 22:54:06 +0800 |
---|---|---|
committer | Guo, Yejun <yejun.guo@intel.com> | 2020-07-06 12:45:14 +0800 |
commit | 9d14b38d9db272585ab2219805ec62c88e02708b (patch) | |
tree | 154fcb5220050ed61952e72469fe5f7e00e12f9e /tools/python/convert_header.py | |
parent | 0de50430609147248b8ecacaa06bf957328f7f8e (diff) | |
download | ffmpeg-9d14b38d9db272585ab2219805ec62c88e02708b.tar.gz |
dnn_backend_native_layer_mathunary: add asinh 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 d2753f0af0..3211c13f6d 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 = 15 +minor = 16 |