From 62fc7e30357ca994eb8e2568bc7566274de70c27 Mon Sep 17 00:00:00 2001 From: Ting Fu <ting.fu@intel.com> Date: Mon, 29 Jun 2020 22:54:02 +0800 Subject: dnn_backend_native_layer_mathunary: add cosh support Signed-off-by: Ting Fu <ting.fu@intel.com> --- tools/python/convert_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/python/convert_header.py') diff --git a/tools/python/convert_header.py b/tools/python/convert_header.py index 4747f41395..a73f51ba48 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 = 13 +minor = 14 -- cgit v1.2.3