Adds the new SM7250 SoC as supported. PiperOrigin-RevId: 346763951 Change-Id: I7049a1774c539c4a83af2232f80e1329929bbc14 |
||
---|---|---|
.. | ||
android_info.cc | ||
android_info.h | ||
BUILD | ||
convert_binary_to_cc_source.py | ||
database.fbs | ||
devicedb_test.cc | ||
devicedb-sample.json | ||
devicedb.cc | ||
devicedb.h | ||
gpu_compatibility_test.cc | ||
gpu_compatibility.bin | ||
gpu_compatibility.cc | ||
gpu_compatibility.h | ||
json_to_fb.cc | ||
README.md | ||
variables.h |
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