Files
onnxruntime_go/test_data
yalue f15b62b8d0 Allow tensors with sizes of 0
- Onnxruntime allows one or more dimensions of a tensor to be 0, and
   this is actually useful in some cases. This was previously
   (incorrectly) prohibited by the Go wrapper. No longer.

 - Added a test to ensure that tensors with a dimension of 0 are
   allowed.

 - Additionally, expose the LoggingLevel type, wrapping the
   OrtLoggingLevel enum. I plan to use this to hopefully silence the
   annoying failure messages printed to stdout when the OpenVINO tests
   run.
2025-05-29 20:38:24 -04:00
..
2023-09-27 19:49:09 -04:00
2023-08-23 10:37:12 -04:00
2024-02-01 20:59:02 -05:00