ArmNN
 24.02
Contribution Guides

This is a collection of guides that should help you contribute code to Arm NN. Before you get started, please take a look into our /ref md_Contributor_Guide section.

  • Backend Developer Guide
    This guide explains how to add your own backend to Arm NN. This might be useful if you would like to accelerate neural networks on hardware that Arm NN currently doesn't support.
  • Dynamically loadable Backend
    Arm NN allows you to load a backend dynamically on runtime. To find out how that can be done take a look at this guide.