mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-27 03:11:28 +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
|
||
|---|---|---|
| .. | ||
| android | ||
| ios/ios_package_test | ||
| windows | ||
| barrier_test.cc | ||
| env_test.cc | ||
| file_io_test.cc | ||
| path_lib_test.cc | ||
| scoped_resource_test.cc | ||
| threadpool_test.cc | ||