Browse By Tags

  • An Introduction to Machine Learning on Mobile

    One of our goals at Arm is to enable more people to create and deploy their own machine learning (ML) enabled apps. Whether you are an experienced developer or if it is your first time venturing into the ML application world, this blog highlights some…

  • New Arm ML guide: Deploying a quantized TensorFlow Lite MobileNet V1 model

    We are very pleased to announce the launch of a machine learning how-to guide – Deploying a quantized TensorFlow Lite MobileNet V1 model.

    The guide provides an end-to-end solution on using the Arm NN SDK. It walks you through creating a program which…

  • 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) (None, 1, 32, 8) 120
    _____________________________…

  • 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) (None, 1, 32, 8) 120
    _____________________________…