• 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...
  • Save tensorflow model for ArmNN
    Hello, I want to load a Tensorflow model on my ARM-device. The model is rather simple: Layer (type) Output Shape Param # ================================================================= conv2d (Conv2D...
  • Save tensorflow model for ArmNN
    Hello, I want to load a Tensorflow model on my ARM-device. The model is rather simple: Layer (type) Output Shape Param # ================================================================= conv2d (Conv2D...
  • Build Arm Cortex-M voice assistant with Google TensorFlow Lite
    Hello, I am trying to build the sample application as described in the - Build Arm Cortex-M voice assistant with Google TensorFlow Lite paper ( https://developer.arm.com/solutions/machine-learning...
  • 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...