mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
### Description
Run clang-format in CI. Formatted all c/c++, objective-c/c++ files.
Excluded
```
'onnxruntime/core/mlas/**',
'onnxruntime/contrib_ops/cuda/bert/tensorrt_fused_multihead_attention/**',
```
because they contain assembly or is data heavy
### Motivation and Context
Coding style consistency
|
||
|---|---|---|
| .. | ||
| distance.h | ||
| math.h | ||
| math_cpu.cc | ||
| math_cpuonly.h | ||
| protobuf_parsing_utils.h | ||
| qmath.h | ||
| thread_utils.cc | ||
| thread_utils.h | ||