onnxruntime/js/react_native/android
Jhen-Jie Hong 685816bb0a
[js/rn] Add executionProviders support (#16233)
### Description
<!-- Describe your changes. -->

This PR adds support for `executionProviders` option for react-native
package, support:

- Android: cpu / xnnpack / nnapi
- iOS: cpu / xnnpack /  coreml

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

In my case I want to enable Core ML / NNAPI EP for react-native project.
2023-06-16 19:38:41 +10:00
..
gradle/wrapper Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00
src [js/rn] Add executionProviders support (#16233) 2023-06-16 19:38:41 +10:00
.gitignore
build.gradle [js/rn] Implement blob exchange by JSI instead of use base64 (#16094) 2023-06-16 19:37:02 +10:00
CMakeLists.txt [js/rn] Implement blob exchange by JSI instead of use base64 (#16094) 2023-06-16 19:37:02 +10:00
gradle.properties Re-enable react native e2e android unit test for CI and upgrade targetSDK level for test project (#14989) 2023-03-14 13:35:38 -07:00
gradlew
gradlew.bat