• How to try TensorFlow Lite on Ethos-N NPU?
    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...
  • Arm compute library compilation
    Hi there, I would like to use the "Arm compute library" in a microprocessor (Cortex A9 based). Is it possible to compile the arm compute library directly by importing source code in the IDE, in my...
  • Getting started with Compute Library
    Hi, I am new to the ARM Compute Library and I am trying to find some documentation to help me get started with it. I have found the API documentation, but that is a bit over-whelming and does not really...
  • compute library datatype (F32->INT8)
    I have evaluated arm compute libary on NEON / MALI of our SOC. I used ACLv18.02. There was examples in the library. ~/examples/graph_*.cpp <- Graph examples I know that ACL can support some different...
  • The communication between Cortex-A + Cortex-M processors for Ethos-U NPU
    According to the previous discussion for Ethos-U NPU, I know the current communication between Cortex-A and Cortex-M is using the Linux kernel mailbox APIs and virtio/rpmsg are not used. I want to know...