Reputation: 21
TensorFlow-lite is for embedded linux system and Android NNAPI is for hw acceleration for Android system. I do like to find out solutions for embedded linux not android with Tensorflow-Lite hw acceleration.
Upvotes: 1
Views: 779
Reputation: 134
NNAPI is the only hardware acceleration available by Tensorflow-Lite at this point. That being said, Tensorflow-Lite framework is designed to be easily extendable with custom Ops that utilize hardware acceleration. Also, tensorflow lite builtin ops already utilize specific CPU instructions (ARM NEON, Intel SSE) to speed up the inference.
Is there a particular embedded linux system you are targeting?
Upvotes: 1