I want to run TensorFlow Lite on Ethos-N NPU. According to my understanding, I need Arm NN SDK and Ethos NPU driver. Arm NN SDK is located at https://git.mlplatform.org/ml/armnn.git/. I can try to build it based on the doc "Configuring the Arm NN SDK build environment for TensorFlow Lite". But where can I get Ethos NPU driver?
Thanks.
The Ethos NPU driver stack is available at https://github.com/ARM-software/ethos-n-driver-stack
Thank you very much.