aktarmnn
ArmNN is an open-source neural network inference engine developed by Arm Limited. It provides a cross-platform C++ API with optional Python bindings that enable deploying trained neural networks on Arm-based devices with low latency and memory use. ArmNN acts as a runtime layer that maps high-level network graphs to hardware backends, handling graph optimization, memory management, and data layout decisions to maximize performance on Arm CPUs, GPUs, and specialized accelerators.
The engine supports multiple backends, including a CPU backend based on Arm NEON and a GPU backend
ArmNN provides parsers and workflow integration for common model formats such as TensorFlow Lite and ONNX.
Licensing and availability: ArmNN is released as open-source software under the Apache 2.0 license and is hosted