onnxruntime/onnxruntime
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
..
contrib_ops [CPU] SparseAttention op (#21110) 2024-07-03 21:51:57 -07:00
core Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
python OVEP options to disable CPU fallback at compile time (#21166) 2024-06-28 08:31:02 -07:00
test Delete path.h (#21211) 2024-07-04 15:54:13 +08:00
tool/etw
wasm [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
__init__.py Bump up version in main from 1.18.0 to 1.19.0 (#20489) 2024-04-29 20:21:41 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings