onnxruntime/js/react_native/ios/OnnxruntimeModuleTest/Resources
Rachel Guo 814e5cfa4c
[rn] Support UINT8 type for onnxruntime-react-native on iOS (#13210)
### Description
<!-- Describe your changes. -->

As title.


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

Uint8 type might be required for some model used in sample application.
To match supported data types for onnxruntime-react-native for Android.

Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
2022-10-06 11:35:25 -07:00
..
test_types_bool.onnx
test_types_double.onnx
test_types_float.ort
test_types_int8.ort
test_types_int32.ort
test_types_int64.ort
test_types_uint8.ort