STT-tensorflow/tensorflow/lite/experimental/acceleration
2020-12-10 05:35:28 -08:00
..
compatibility Update TFLite GPU delegate compatibility listing with newest telemetry. Roughly 0.3% of users devices were changed from unsupported to supported, and roughly 0.5% from supported to unsupported. The biggest change for the 0.5% new unsupported devices was marking the SDM429 SoC as unsupported due to initialization timeouts. 2020-12-10 05:35:28 -08:00
configuration Implement a telemetry library for delegates to report their settings/status for A@S 2020-12-07 13:23:18 -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).