onnxruntime/include/onnxruntime/core
Andrew Fantino 7303a90f49
Fix build errors from date/date.h C++20 compatibility (#20139)
### Description
For C++ standards >= 20, use `std::chrono::operator<<` in place of
`date::operator<<` to fix ambiguous operator compile error.

### Motivation and Context
The external dependency HowardHinnant/date has a conflict with
std::chrono for >=C++20.
Solves #20137
2024-04-02 22:10:25 -07:00
..
common Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
eager Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
framework Expose Reserve() in OrtAllocator to allow custom allocators to work when session.use_device_allocator_for_initializers is specified. (#19904) 2024-03-28 12:28:37 -07:00
graph [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
optimizer fix compilation error in no absl build (#15769) 2023-05-02 08:20:49 -07:00
platform Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
providers [java][DML EP] Modifying dml_provider_factory.h so it can compile as a C header file (#20157) 2024-04-01 21:58:50 -07:00
session Add new SessionOptions config entry to disable specific transformers and rules (#20135) 2024-04-02 16:33:05 -07:00