yalue / onnxruntime_go

A Go (golang) library wrapping microsoft/onnxruntime.
MIT License
171 stars 31 forks source link

Add CoreML support #19

Closed yalue closed 1 year ago

yalue commented 1 year ago

This change should enable CoreML support on Apple platforms. To use it, call the AppendExecutionProviderCoreML on a *SessionOptions instance, then use the options with NewAdvancedSession to create a Session.