• Tensorflow lite and ARMnn library differences
    Hi Experts, Tensorflow lite for microcontrollers ( https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro ) has given generic code which can work on any processors...
  • CPP Cross Compilation - Tensorflow Lite Cortex-M
    Hi Experts, I am trying to cross compile the existing Tensor Flow Lite code for microcontrollers into Cortex-M platform with arm-none-eabi-g++ compiler. When I try to cross compile it for Cortex...
  • Re-build tensorflow lite model in cmsis-nn
    Hi, Is it possible to rebuild a tensorflow lite model with cmsis-nn to run on a MCU with a Cortex-M? We have followed the guide posted on arm:s website for converting neural networks for ARM Cortex...
  • 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...
  • NPU requirements
    I am new at using arm npu. I know I need to use ARM NN SDK to deploy the model on npu. But I don't know what platform or hardware required to run the npu.