summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGeorge Gekov <george.gekov@arm.com>2021-06-09 14:27:32 +0100
committerGeorge Gekov <george.gekov@arm.com>2021-06-10 11:15:33 +0100
commit6df537e702d020a599a35bbbee04c45eb99ffee4 (patch)
tree1dec34b0912a89fc145e2cad73774c289438e6c6 /Readme.md
parentf4c1a71b71c03bd357a4e40a8cec55dede9de964 (diff)
downloadml-embedded-evaluation-kit-6df537e702d020a599a35bbbee04c45eb99ffee4.tar.gz
MLECO-1988: Add links to Ethos-U landing pages
Change-Id: Id6788b3fdc8ffae9079c99e95c459c5aa4abda7a Signed-off-by: George Gekov <george.gekov@arm.com>
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index ddfb14b..66bbf66 100644
--- a/Readme.md
+++ b/Readme.md
@@ -45,7 +45,7 @@ The Ethos-U NPU software stack is described [here](https://developer.arm.com/doc
All ML use cases, albeit illustrating a different application, have common code such as initializing the Hardware
Abstraction Layer (HAL). The application common code can be run on x86 or Arm Cortex-M architecture thanks to the HAL.
For the ML application-specific part, Google® TensorFlow™ Lite for Microcontrollers inference engine is used to schedule
-the neural networks models executions. TensorFlow Lite for Microcontrollers is integrated with the [Ethos-U55 driver](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git)
+the neural networks models executions. TensorFlow Lite for Microcontrollers is integrated with the [Ethos-U55 driver](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-driver)
and delegates execution of certain operators to the NPU or, if the neural network model operators are not supported on
NPU, to the CPU. [CMSIS-NN](https://github.com/ARM-software/CMSIS_5) is used to optimise CPU workload execution
with int8 data type.