onnxruntime/js/react_native/android
Rachel Guo 2efd2878ab
[rn] Add uint8 typedArray support for react native android (#13622)
### Description
<!-- Describe your changes. -->

- Add missing uint8 typedArray case
- Add createInputTensor_uint8 unit test in TensorHelperTest.java file


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

Detected inferencesession.run() call error when running react native app
with uint8array input ort tensor. Add missing support to fix.
2022-11-16 12:37:47 -08:00
..
gradle/wrapper [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
src [rn] Add uint8 typedArray support for react native android (#13622) 2022-11-16 12:37:47 -08:00
.gitignore ONNX Runtime React Native Library (#7564) 2021-05-11 10:34:40 -07:00
build.gradle Pin react-native version in js/react_native/android/build.gradle. (#13619) 2022-11-10 15:32:09 -08:00
gradle.properties [js/rn] upgrade package react-native@^0.69.1 (#12155) 2022-07-27 15:15:45 -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