Reputation: 805
Does Tensorflow Lite GPU acceleration work for all Android APIs or only for 8.1 (and mb only for specific devices like Nexus with specific chip)?
Does framework require any settings to activate GPU acceleration (in Java/Kotlin) or does it automatically choose between CPU/GPU and just CPU
There some official tensorflow examples and I see that minimal version for lite example is 15 API
Upvotes: 1
Views: 567
Reputation: 501
As I found at the moment gpu is used only on android 8.1, when the use_nnapi flag is set in the tflite interpreter
Upvotes: 1