mirror of
https://github.com/yalue/onnxruntime_go.git
synced 2025-10-31 02:36:31 +08:00
- 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.
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).