onnxruntime/include/onnxruntime/core/graph
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
..
basic_types.h VitisAI EP Context Model (#20926) 2024-07-12 21:22:58 -07:00
constants.h Initial WebGPU EP checkin (#22318) 2024-10-08 16:10:46 -07:00
function.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
graph.h Implement pre-packed blobs serialization on disk and their memory mapping on load (#23069) 2024-12-20 10:49:08 -08:00
graph_nodes.h [CoreML EP] Fix ArgMaxOpBuilder::AddToModelBuilderImpl() nullptr Node access. (#21797) 2024-08-23 10:19:53 -07:00
graph_viewer.h Update the functions in tensorprotoutils.h to use std::filesystem::path instead (#20920) 2024-06-28 20:03:57 -07:00
indexed_sub_graph.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
model_saving_options.h Implement pre-packed blobs serialization on disk and their memory mapping on load (#23069) 2024-12-20 10:49:08 -08:00
node_arg.h Use onnx_protobuf.h to suppress some GCC warnings (#23453) 2025-01-21 20:25:12 -08:00
onnx_protobuf.h Use onnx_protobuf.h to suppress some GCC warnings (#23453) 2025-01-21 20:25:12 -08:00
schema_registry.h Remove nsync (#20413) 2024-10-21 15:32:14 -07:00