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