STT-tensorflow/tensorflow/lite/experimental/acceleration
Alexander Grund 956025aa53 Rename exec_tools to tools
Follow up to #43156
Based on
https://github.com/bazelbuild/bazel/issues/12059#issuecomment-725641997
exec_tools might no longer be needed and hence can be replaced by tools.
This fixes various build failures caused by missing environment
variables in environments where they are required, e.g. using custom
compilers.
2020-11-23 15:41:54 -08:00
..
compatibility Rename exec_tools to tools 2020-11-23 15:41:54 -08:00
configuration [lite] Add allow_fp16_precision_for_fp32 field in NNAPI Delegate settings, 2020-10-19 04:35:36 -07: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).