Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 557 Bytes

how-to-use-nnapi-binding.md

File metadata and controls

5 lines (3 loc) · 557 Bytes

How to Use NNAPI Binding

Runtime supports Android Neural Networks API as a frontend. We provide the whole NeuralNetworks.h implementation. Its source code is located at runtime/onert/api/nnapi.

So users can just use NN API in the same way as the official guide, but should watch the version of NeuralNetworks.h. It may not be the latest. There is a copy of the file is located at runtime/nnapi-header/include/NeuralNetworks.h.