onnxruntime/winml/lib/Api.Ort
cao lei 32f5658abb
remove gsl to make status.h independent from gsl (#17402)
### 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
2023-09-13 21:47:43 -07:00
..
inc Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeCpuSessionBuilder.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeCpuSessionBuilder.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeDescriptorConverter.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeDescriptorConverter.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeDmlSessionBuilder.cpp Fix DML regression from allocator refactor and enable unrounded weight allocation in ORT API (#17030) 2023-08-10 17:02:24 -07:00
OnnxruntimeDmlSessionBuilder.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeEngine.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeEngine.h remove gsl to make status.h independent from gsl (#17402) 2023-09-13 21:47:43 -07:00
OnnxruntimeEngineBuilder.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeEngineBuilder.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeEnvironment.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeEnvironment.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeErrors.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeModel.cpp Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeModel.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
OnnxruntimeSessionBuilder.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
pch.h
UniqueOrtPtr.h Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00