onnxruntime/onnxruntime
JiCheng 78280bf565
fix build err inbuild with minimal_build conjuncting disable_exceptions flags (#14524)
### Description
If we set flag 'disable_exceptions' to build ORT:


`onnxruntime/contrib_ops/cpu/quantization/qlinear_global_average_pool.cc.o`
woundn't generate such symbols which used by qlinear_pool.c
```
0000000000000000 W _ZN11onnxruntime7contrib27ComputeQLinearGlobalAvgPoolIaEENS_6common6StatusEPKT_fS4_PS4_fS4_lllbPNS_11concurrency10ThreadPoolE
0000000000000000 W _ZN11onnxruntime7contrib27ComputeQLinearGlobalAvgPoolIhEENS_6common6StatusEPKT_fS4_PS4_fS4_lllbPNS_11concurrency10ThreadPoolE
```
so we get a error of undefined symbols of
ComputeQLinearGlobalAvgPool<uin8_t> and
ComputeQLinearGlobalAvgPool<in8_t>......


### 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. -->
2023-02-03 11:01:20 +08:00
..
contrib_ops fix build err inbuild with minimal_build conjuncting disable_exceptions flags (#14524) 2023-02-03 11:01:20 +08:00
core Fix issue with schema lookup where there are custom ops using the ONNX domain (#14492) 2023-02-03 08:05:18 +10:00
python [oneDNN] Improved thread handling (#13618) 2023-01-31 14:37:13 -08:00
test Add missing semicolon (#14143) 2023-02-02 14:08:33 -08:00
tool/etw
wasm
__init__.py Bump ORT version number (#14226) 2023-01-26 12:33:47 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings