onnxruntime/js/react_native/android
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
..
gradle/wrapper
src [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
.gitignore
build.gradle
gradle.properties
gradlew
gradlew.bat