Files
onnxruntime_go/onnx_example_application
yalue e0cd5f977c Rename CleanupEnvironment -> DestroyEnvironment
- Named the cleanup function something more consistent with the other
   cleanup functions.

 - Fixed a couple bugs where deferred stuff was executed after the
   environment was destroyed, causing a segfault.
2023-02-04 12:41:35 -05:00
..
2023-01-28 13:49:33 -05:00
2023-01-28 13:49:33 -05:00

An Example Application Using the onnxruntime Go Wrapper

To run this application, navigate to this directory and compile it using go build. Afterwards, run it using ./onnx_example_application (or onnx_example_application.exe on Windows).