user155
user155

Reputation: 805

Tensorflow Lite GPU acceleration - does it work for all OS versions or only for 8.1?

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

Answers (1)

Aleksandr  Kondratyev
Aleksandr Kondratyev

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

Related Questions