onnxruntime/js/react_native/android
Hans ad369a1fad
[js/rn] Support create boolean tensor (#17052)
### Description
<!-- Describe your changes. -->

For some use case need to create boolean tensor.

I've tested on [this
project](https://github.com/hans00/react-native-transformers-example)

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

Add handle `ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL`

And it required #15556 (It seems not include in latest release
(v1.15.1))
2023-09-14 15:02:27 +10:00
..
gradle/wrapper Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00
src [js/rn] Support create boolean tensor (#17052) 2023-09-14 15:02:27 +10:00
.gitignore ONNX Runtime React Native Library (#7564) 2021-05-11 10:34:40 -07:00
build.gradle [js/rn] Implement blob exchange by JSI instead of use base64 (#16094) 2023-06-16 19:37:02 +10: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