summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2023-12-05 12:21:23 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2023-12-07 15:14:21 +0800
commita938ea1b27572388d86af8b925abac780ace9ec8 (patch)
treee39b5995555131d2b5ce483e70ce7a8d7dfdf34f
parentdf5a4501181a4e403ed6423cd7c08434e62a3eb0 (diff)
downloadmeta-intel-a938ea1b27572388d86af8b925abac780ace9ec8.tar.gz
openvino-model-optimizer: upgrade 2023.1.0 -> 2023.2.0
Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.2.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.2.0.bb (renamed from dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.2.0.bb
index d907ffab..0b1683dc 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.2.0.bb
@@ -5,9 +5,9 @@ environment, performs static model analysis, and adjusts deep \
5learning models for optimal execution on end-point target devices." 5learning models for optimal execution on end-point target devices."
6HOMEPAGE = "https://01.org/openvinotoolkit" 6HOMEPAGE = "https://01.org/openvinotoolkit"
7 7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2023/1;lfs=0 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2023/2;lfs=0 \
9 " 9 "
10SRCREV = "47b736f63edda256d66e2bbb572f42a9d6549f6e" 10SRCREV = "cfd42bd2cb033929dd1858df3760bf23d967adac"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"