summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Barry <liam.barry@arm.com>2023-10-19 11:44:15 +0100
committerLiam Barry <liam.barry@arm.com>2023-10-20 14:07:15 +0100
commita11976fb866f77305708f832e603b963969e6a14 (patch)
tree348747f0b0e04b0ede089093c5c54738c6f39d54
parent6f2b0c7d53707840f15e7aac5790757cb5414a94 (diff)
downloadml-embedded-evaluation-kit-a11976fb866f77305708f832e603b963969e6a14.tar.gz
MLECO-4449: Update Dependencies
TF and CMSIS-NN updated to support additional NN operation Signed-off-by: Liam Barry <liam.barry@arm.com> Change-Id: I7ef151a598ca7c7cb63977b0cd2f58cdc4fd432b
m---------dependencies/cmsis-nn0
m---------dependencies/tensorflow0
-rwxr-xr-xdownload_dependencies.py4
3 files changed, 2 insertions, 2 deletions
diff --git a/dependencies/cmsis-nn b/dependencies/cmsis-nn
-Subproject ebd73deaa9a57a8838cfb2c9dde6cc682794d2f
+Subproject 85164a811917770d7027a12a57ed3b469dac653
diff --git a/dependencies/tensorflow b/dependencies/tensorflow
-Subproject 80cb11b131e9738dc60b2db3e2f1f8e2425ded5
+Subproject 568d181ccc1f60e49742fd43b7f97141ee8d45f
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"