intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Instantiate GlobalContext per Session object #332

Closed sspintel closed 9 months ago

sspintel commented 9 months ago

This PR fixes a bug and ensures that the attributes in the global context don't get overwritten when an user creates more than one session with different provider options for OpenVINO.