onnxruntime/js/react_native/ios/OnnxruntimeModuleTest
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
..
Resources [rn] Support UINT8 type for onnxruntime-react-native on iOS (#13210) 2022-10-06 11:35:25 -07:00
Info.plist ONNX Runtime React Native Library (#7564) 2021-05-11 10:34:40 -07:00
OnnxruntimeModuleTest.mm [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
Readme.md Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
TensorHelperTest.mm [rn] Support UINT8 type for onnxruntime-react-native on iOS (#13210) 2022-10-06 11:35:25 -07:00

Please see here for information on the test models.