README.md
1# Accelerator allowlisting
2
3Experimental library and tools for determining whether an accelerator engine
4works well on a given device, and for a given model.
5
6## Platform-agnostic, Android-first
7
8Android-focused, since the much smaller set of configurations on iOS means there
9is much less need for allowlisting on iOS.
10
11## Not just for TfLite
12
13This code lives in the TfLite codebase, since TfLite is the first open-source
14customer. It is however meant to support other users (direct use of NNAPI,
15mediapipe).
16