From a11976fb866f77305708f832e603b963969e6a14 Mon Sep 17 00:00:00 2001 From: Liam Barry Date: Thu, 19 Oct 2023 11:44:15 +0100 Subject: MLECO-4449: Update Dependencies TF and CMSIS-NN updated to support additional NN operation Signed-off-by: Liam Barry Change-Id: I7ef151a598ca7c7cb63977b0cd2f58cdc4fd432b --- dependencies/cmsis-nn | 2 +- dependencies/tensorflow | 2 +- download_dependencies.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/cmsis-nn b/dependencies/cmsis-nn index ebd73de..85164a8 160000 --- a/dependencies/cmsis-nn +++ b/dependencies/cmsis-nn @@ -1 +1 @@ -Subproject commit ebd73deaa9a57a8838cfb2c9dde6cc682794d2ff +Subproject commit 85164a811917770d7027a12a57ed3b469dac6537 diff --git a/dependencies/tensorflow b/dependencies/tensorflow index 80cb11b..568d181 160000 --- a/dependencies/tensorflow +++ b/dependencies/tensorflow @@ -1 +1 @@ -Subproject commit 80cb11b131e9738dc60b2db3e2f1f8e2425ded52 +Subproject commit 568d181ccc1f60e49742fd43b7f97141ee8d45fc diff --git a/download_dependencies.py b/download_dependencies.py index 33c7eec..3934f94 100755 --- a/download_dependencies.py +++ b/download_dependencies.py @@ -24,10 +24,10 @@ from urllib.request import urlopen from zipfile import ZipFile from pathlib import Path -TF = "https://github.com/tensorflow/tflite-micro/archive/80cb11b131e9738dc60b2db3e2f1f8e2425ded52.zip" +TF = "https://github.com/tensorflow/tflite-micro/archive/568d181ccc1f60e49742fd43b7f97141ee8d45fc.zip" CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/a75f01746df18bb5b929dfb8dc6c9407fac3a0f3.zip" CMSIS_DSP = "https://github.com/ARM-software/CMSIS-DSP/archive/refs/tags/v1.15.0.zip" -CMSIS_NN = "https://github.com/ARM-software/CMSIS-NN/archive/refs/tags/23.08.zip" +CMSIS_NN = "https://github.com/ARM-software/CMSIS-NN/archive/refs/85164a811917770d7027a12a57ed3b469dac6537.zip" ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-23.08.tar.gz" ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-23.08.tar.gz" -- cgit v1.2.1