Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

TensroFlow Lite NNAPI delegateのドキュメント 

@Vengineerの戯言 : Twitter
SystemVerilogの世界へようこそすべては、SystemC v0.9公開から始まった 

いつものように、TensorFlow の github を眺めていたら、見つけました。

TensroFlow Lite NNAPI delegate

github.com

この上の階層には、「TensorFlow Lite delegates」があって、

GPU delegate for cross platform acceleration

- The GPU delegate can be used on both Android and iOS. It is optimized to run 32-bit and 16-bit float based models where a GPU is available. For an overview of the GPU delegate, see TensorFlow Lite on GPU. For step-by-step tutorials on using the GPU delegate with Android and iOS, see TensorFlow Lite GPU Delegate Tutorial.

NNAPI delegate for newer Android devices

- The NNAPI delegate can be used to accelerate models on Android devices with GPU, DSP and / or NPU available. It is available in Android 8.1 (API 27+) or higher. For an overview of the NNAPI delegate, step-by-step instructions and best practices, see TensorFlow Lite NNAPI delegate.

のように、GPU と NNAPI の説明があります。

 

github.com