onnxruntime/java/src/main
Adam Pocock 3c2a11f2f1
[java] Allow the creation of boolean tensors from ByteBuffer (#15556)
### Description
The tensor creation code now allows the creation of boolean tensors from
non-direct `ByteBuffer` instances. It previously only allowed them from
arrays and direct `ByteBuffer` instances and this fixes that
inconsistency. The boolean tensor test has been updated to cover all
three cases.

### Motivation and Context
Fixes #15509.
2023-06-05 09:58:50 -07:00
..
java/ai/onnxruntime [java] Allow the creation of boolean tensors from ByteBuffer (#15556) 2023-06-05 09:58:50 -07:00
native Removing C4090 warning suppression (#15994) 2023-05-18 10:08:05 -07:00
AndroidManifest.xml Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00