onnxruntime/js/react_native/ios
Jhen-Jie Hong ac8444f299
[js/rn] Implement dispose native method (#16131)
### Description
<!-- Describe your changes. -->

Implement `dispose` react native method.

### 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. -->

Currently we are not able to release the memory used by model in JS
runtime if we don't want to use it anymore, we can do that only by
reload app on debug or restart app on release.
2023-06-09 09:17:33 +10:00
..
OnnxruntimeModule.xcodeproj Integrate React Native E2E test with detox framework (#15133) 2023-04-21 09:46:26 -07:00
OnnxruntimeModule.xcworkspace ONNX Runtime React Native Library (#7564) 2021-05-11 10:34:40 -07:00
OnnxruntimeModuleTest [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
OnnxruntimeModule.h [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
OnnxruntimeModule.mm [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
Podfile Integrate React Native E2E test with detox framework (#15133) 2023-04-21 09:46:26 -07:00
TensorHelper.h [js/rn] Fix extensions header include issue (#15800) 2023-05-08 17:12:10 -07:00
TensorHelper.mm [rn] Support UINT8 type for onnxruntime-react-native on iOS (#13210) 2022-10-06 11:35:25 -07:00