Files
onnxruntime_go/test_data
Nathan O b5a29a1390 Convert paths to UTF16 on Windows, enable path-based APIs (#69)
Convert paths to UTF16 on Windows, enable path-based APIs

 - This change adds a function to convert UTF8 to UTF16 strings on
   Windows, enabling direct usage of the onnxruntime CreateSession
   functions in lieu of always buffering files and using
   CreateSessionFromArray.

 - Adding functionality for converting paths to UTF16 also enables the
   training API on Windows.

 - This is an in-progress commit that still may require some touchups,
   as well as proper test cases for the now-underutilized *WithONNXData
   functions.

 - Added a simple .onnx file to test_data with a name containing
   non-ascii characters.

 - Used the new file to test that the non-ASCII paths work correctly on
   Windows and Linux, in both the current and "legacy" session API.

 - Removed the old "example_network.onnx" and associated tests. This was
   an overengineered idea from when I first started the library.
2024-09-10 17:36:13 -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
2024-09-06 16:36:24 -04:00