onnxruntime/js/react_native/android
Pavan Goyal 1b82d835d8
[Fix] InterOpNumThreads Session Option for ONNX ReactNative Package (#21263)
### Description
This PR resolves a bug related to setting the **interOpNumThreads**
session option when creating an **ORTSession**. Currently, when the
**interOpNumThreads** option is passed from React Native, the native
module incorrectly sets **intraOpNumThreads** instead of
**interOpNumThreads**.


### Motivation and Context
Since this is a bug, users of the Onnx React Native package may believe
that they are setting **interOpNumThreads** correctly, So this change is
required. Refer to the code snippet below for details
<img width="634" alt="Screenshot 2024-07-05 at 9 28 58 PM"
src="https://github.com/microsoft/onnxruntime/assets/88655321/70a8f216-553a-4f4c-9481-e6871f0e37e6">
2024-07-10 07:00:18 -07:00
..
gradle/wrapper Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00
src [Fix] InterOpNumThreads Session Option for ONNX ReactNative Package (#21263) 2024-07-10 07:00:18 -07:00
.gitignore ONNX Runtime React Native Library (#7564) 2021-05-11 10:34:40 -07:00
build.gradle Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05: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 [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
gradlew.bat [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00