Lines Matching +full:ethos +full:- +full:u
1 .. zephyr:code-sample:: tflite-ethosu
2 :name: TensorFlow Lite for Microcontrollers on Arm Ethos-U
4 Run an inference using an optimized TFLite model on Arm Ethos-U NPU.
10 framework and the Arm Ethos-U NPU.
13 `Arm model zoo <https://github.com/ARM-software/ML-zoo>`_. This model has then
15 `Vela compiler <https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git>`_.
18 where the operators supported by Ethos-U have been replaced by an Ethos-U custom
20 Ethos-U custom operator.
25 Add the tflite-micro module to your West manifest and pull it:
27 .. code-block:: console
29 west config manifest.project-filter -- +tflite-micro
32 This application can be built and run on any Arm Ethos-U capable platform, for
33 example Corstone(TM)-300. A reference implementation of Corstone-300 can be
35 … prototyping board <https://developer.arm.com/tools-and-software/development-boards/fpga-prototypi…
37 …latform <https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/…
40 Assuming that the Corstone-300 FVP has been downloaded, installed and added to
44 .. code-block:: bash
46 $ west build -b mps3/corstone300/an547 zephyr/samples/modules/tflite-micro/tflm_ethosu
47 $ FVP_Corstone_SSE-300_Ethos-U55 build/zephyr/zephyr.elf