mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### 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. |
||
|---|---|---|
| .. | ||
| OnnxruntimeModule.xcodeproj | ||
| OnnxruntimeModule.xcworkspace | ||
| OnnxruntimeModuleTest | ||
| OnnxruntimeJSIHelper.h | ||
| OnnxruntimeJSIHelper.mm | ||
| OnnxruntimeModule.h | ||
| OnnxruntimeModule.mm | ||
| Podfile | ||
| TensorHelper.h | ||
| TensorHelper.mm | ||