onnxruntime/onnxruntime
Tianlei Wu 97812e5818
Fix type cast build error (#23423)
### Description

- Fix a type cast in
https://github.com/microsoft/onnxruntime/pull/23363.
- Include some headers which are suggested by code scanning in that PR.

### Motivation and Context

PostMerge has build error:
```
onnxruntime\core\framework\print_tensor_statistics_utils.h(92,55): error C2220: the following warning is treated as an error [D:\a\_work\1\b\Debug\onnxruntime_framework.vcxproj]
```
2025-01-17 21:20:43 -08:00
..
contrib_ops [WebGPU] allow build WebGPU EP for WebAssembly (#23364) 2025-01-16 10:52:17 -08:00
core Fix type cast build error (#23423) 2025-01-17 21:20:43 -08:00
lora Accomodate BE platforms. Make sure we always write flatbuffers LE (#22375) 2024-10-11 09:14:44 -07:00
python Enable comprehension simplification in ruff rules (#23414) 2025-01-17 08:43:06 -08:00
test [QNN EP] Fix regression for MatMul with two quantized/dynamic uint16 inputs (#23419) 2025-01-17 15:45:49 -08:00
tool/etw
wasm [WebNN] Fixed WebNN Module undefined issue (#22795) 2024-11-11 21:31:24 -08:00
__init__.py Use ruff as the formatter to replace black-isort (#23397) 2025-01-16 11:14:15 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings