STT-tensorflow/tensorflow/lite/experimental/acceleration/compatibility
Alexander Grund 956025aa53 Rename exec_tools to tools
Follow up to 
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
..
android_info.cc
android_info.h
BUILD Rename exec_tools to tools 2020-11-23 15:41:54 -08:00
convert_binary_to_cc_source.py
database.fbs Export GPU allowlist database and flatbuffer java library BUILD targets. 2020-08-13 12:04:23 -07:00
devicedb_test.cc Update documentation about the possible values of support status. 2020-08-17 04:38:23 -07:00
devicedb-sample.json Update documentation about the possible values of support status. 2020-08-17 04:38:23 -07:00
devicedb.cc
devicedb.h
gpu_compatibility_test.cc Add method for validating GPUCompatibilityList flatbuffer 2020-09-21 07:41:29 -07:00
gpu_compatibility.bin Update GPU allowlist with data up to Sep 2020 and corrected accuracy check 2020-09-25 03:40:50 -07:00
gpu_compatibility.cc Add method for validating GPUCompatibilityList flatbuffer 2020-09-21 07:41:29 -07:00
gpu_compatibility.h Add method for validating GPUCompatibilityList flatbuffer 2020-09-21 07:41:29 -07:00
json_to_fb.cc
README.md
variables.h Update documentation about the possible values of support status. 2020-08-17 04:38:23 -07:00

GPU delegate compatibility database

This package provides data and code for deciding if the GPU delegate is supported on a specific Android device.

Customizing the database

  • Convert from checked-in flatbuffer to json by running flatc -t --raw-binary --strict-json database.fbs -- gpu_compatibility.bin
  • Edit the json
  • Convert from json to flatbuffer flatc -b database.fbs -- gpu_compatibility.json
  • Rebuild ../../../java:tensorflow-lite-gpu