Arm Compute Library - AshokBhat/ml GitHub Wiki
Overview
- A comprehensive collection of ML related software functions
- Hand optimized for Cortex-A and Mali GPU
- Abbreviated as ACL
Usage
- ONNX Runtime backend (aka Execution Provider)
- oneDNN backend
- ArmNN backend
- TVM
Contents
ML related functions
- H/SGEMM (Half and Single precision General Matrix Multiply)
Convolutional Neural Network building blocks
- Activation Function
- Convolution
- Fully connected
- Locally connected
- Normalization
- Pooling
- Softmax