intel / onnxruntime

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

Fix OVEP execution failure with dynamic shaped models #432

Closed preetha-intel closed 2 months ago

preetha-intel commented 2 months ago

Description

Fix execution failure with dynamic shaped models.

Motivation and Context

For optimized memory allocations reduce the scope of global variables.

sfatimar commented 2 months ago

LGTM