STT-tensorflow/tensorflow/lite/experimental/acceleration
Lu Wang 636990dd7a Reimplement Coral plugin in Acceleration@Scale using delegate
PiperOrigin-RevId: 355061584
Change-Id: I9ba1837fcd73356a990fb647edd16747f6eb0a48
2021-02-01 17:28:58 -08:00
..
compatibility Added a factory function for GPUCompatiblityList. 2021-02-01 09:28:57 -08:00
configuration Reimplement Coral plugin in Acceleration@Scale using delegate 2021-02-01 17:28:58 -08:00
README.md Replace instances of "whitelist" with "allowlist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-08 10:13:43 -07:00

Accelerator allowlisting

Experimental library and tools for determining whether an accelerator engine works well on a given device, and for a given model.

Platform-agnostic, Android-first

Android-focused, since the much smaller set of configurations on iOS means there is much less need for allowlisting on iOS.

Not just for TfLite

This code lives in the TfLite codebase, since TfLite is the first open-source customer. It is however meant to support other users (direct use of NNAPI, mediapipe).