mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-21 19:18:55 +00:00
### Description <!-- Describe your changes. --> Make status.h independent from gsl. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> In the coming new feature external EP API (see the prototype https://github.com/microsoft/onnxruntime/pull/16718), we need to expose stream in the public header, however, stream is dependent on status.h which is dependent on gsl. We are seeking a way to decouple stream from gsl. From Changming's comment offline, prefast is disabled so all GSL_SUPPRESS are not taking any effect now. He will handle the warnings when enable prefast in the future |
||
|---|---|---|
| .. | ||
| inc | ||
| OnnxruntimeCpuSessionBuilder.cpp | ||
| OnnxruntimeCpuSessionBuilder.h | ||
| OnnxruntimeDescriptorConverter.cpp | ||
| OnnxruntimeDescriptorConverter.h | ||
| OnnxruntimeDmlSessionBuilder.cpp | ||
| OnnxruntimeDmlSessionBuilder.h | ||
| OnnxruntimeEngine.cpp | ||
| OnnxruntimeEngine.h | ||
| OnnxruntimeEngineBuilder.cpp | ||
| OnnxruntimeEngineBuilder.h | ||
| OnnxruntimeEnvironment.cpp | ||
| OnnxruntimeEnvironment.h | ||
| OnnxruntimeErrors.h | ||
| OnnxruntimeModel.cpp | ||
| OnnxruntimeModel.h | ||
| OnnxruntimeSessionBuilder.h | ||
| pch.h | ||
| UniqueOrtPtr.h | ||