tree: b95b23e2a8efc4ec2d67b2ff38ed077b0703a4e7 [path history] [tgz]
  1. .gitignore
  2. LICENSE.txt
  3. README.md
  4. fetch_externals.py
README.md

Ethos-u

This is the root repository for all Ethos-u software. It is provided to help users download required repositories and place them in a tree structure.

$ ./fetch_externals.py

The script will build following tree structure.

Directory
.
+-- core_software
|   +-- core_driver
|   +-- cmsis
|   +-- tensorflow
+-- vela
DirectoryDescription
.This is the root directory for all Ethos-u software.
core_softwareThe software executing on Arm Cortex-M is referred to as Core Software. This folder provides a small build system that illustrates how to build the key components for the Ethos-u core software.
core_driverThe Ethos-u NPU driver.
cmsisCMSIS provides optimized kernels and generic interfaces to the Arm Cortex-M CPUs.
tensorflowThe TensorFlowLite micro framework is used to run inferences.
velaThe Vela optimizer takes a TFLu file as input and replaces operators that are supported by the Ethos-u NPU with custom operators designed to run on the NPU. Operators not supported by the NPU are executed in software.