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
..
2020-11-23 15:41:54 -08: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).