onnxruntime/onnxruntime/core
Changming Sun 07c429191e
Delete path.h (#21211)
### Description
Delete path.h and replace all occurrences of onnxruntime::Path with
std::filesystem::path.
Previously we couldn't use C++17's std::filesystem because it was not
supported in iOS 12(which was released in 2018). Now we dropped the
support for iOS 12.

### Motivation and Context
To simplify code. For example, if an EP wants to use the Path class, now
it can directly use it without going through a wrapper. And the standard
implementation can handle various path types better. (We didn't take
much consideration on UNC path, "/" as a path separator on Windows,
etc).
2024-07-04 15:54:13 +08:00
..
codegen
common Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
dll
dlpack
eager
flatbuffers Use flatbuffers::String::str instead of c_str. (#20487) 2024-04-27 13:41:38 +10:00
framework Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
graph Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
mickey Adding a sm80 q4 gemm kernel for small tiles (#20545) 2024-06-12 16:02:26 -07:00
mlas [MLAS] add q4 quantize and transpose kernel to support MatMulNBits QDQ fuse (#21054) 2024-06-19 17:15:45 -07:00
optimizer Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
platform Fix Crash When Enabling and Disabling ETW with Old Callbacks (#21086) 2024-06-20 06:45:45 -07:00
providers Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
quantization
session Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
util [MLAS] add q4 quantize and transpose kernel to support MatMulNBits QDQ fuse (#21054) 2024-06-19 17:15:45 -07:00