onnxruntime/include/onnxruntime/core
Changming Sun ff8465eda4
Use onnx_protobuf.h to suppress some GCC warnings (#23453)
### Description
Use onnx_protobuf.h to suppress some GCC warnings.

All the changes are autogenerated by a shell command.
```bash
find . -type f -exec sed -i 's/#include\s\+<onnx\/onnx_pb.h>/#include "core\/graph\/onnx_protobuf.h"/g' {} \;
```

### Motivation and Context
This PR is needed for making vcpkg work(without disabling all warnings)
This PR is split from another bigger PR per request from a reviewer.
2025-01-21 20:25:12 -08:00
..
common Bump clang-format from 18.1.8 to 19.1.6 (#23346) 2025-01-14 09:02:04 -08:00
eager Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
framework Add QNN EP HTP shared memory allocator (#23136) 2025-01-14 11:09:50 -08:00
graph Use onnx_protobuf.h to suppress some GCC warnings (#23453) 2025-01-21 20:25:12 -08:00
optimizer Reduce default logger usage (#23030) 2024-12-10 12:54:14 +11:00
platform Bump clang-format from 18.1.8 to 19.1.6 (#23346) 2025-01-14 09:02:04 -08:00
providers [CoreML] support coreml model cache (#23065) 2024-12-31 09:29:41 +08:00
session Add QNN EP HTP shared memory allocator (#23136) 2025-01-14 11:09:50 -08:00