Minimal sdk api version for android runtime #6438
Answered
by
guoyu-wang
dhirajnitk
asked this question in
Other Q&A
-
Nnapi is supported from sdk api #27 in android |
Beta Was this translation helpful? Give feedback.
Answered by
guoyu-wang
Jan 27, 2021
Replies: 1 comment 1 reply
-
Yes, you can build onnxruntime with NNAPI for API level as low as 24, but if the onnxruntime is used on any device with API level less than 27, NNAPI EP will not be part of the execution. You can build onnxruntime for Android without NNAPI for API level as low as 21. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ashbhandare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can build onnxruntime with NNAPI for API level as low as 24, but if the onnxruntime is used on any device with API level less than 27, NNAPI EP will not be part of the execution.
You can build onnxruntime for Android without NNAPI for API level as low as 21.