onnxruntime/winml
Changming Sun efad5bbc5a
Replace some old file system calls with C++17 std::filesystem APIs. (#19196)
### Description
1. Replace some old file system calls to use C++17 std::filesystem APIs.
2. Remove tensorflow_C_PACKAGE_PATH cmake option, which was only used in
onnxruntime_perf_test and the code is out of maintain.
3. Excludes onnx_test_runner and onnxruntime_perf_test from iOS build
because C++17 filesystem library is not available there
2024-03-09 09:17:36 -08:00
..
adapter Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00
api Fix clang-format comment indents on Windows for winml/ (#17144) 2023-08-14 23:50:14 -04:00
dll Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
lib Diable __cpuid call for ARM64EC (#19592) 2024-02-21 15:45:44 -08:00
test Replace some old file system calls with C++17 std::filesystem APIs. (#19196) 2024-03-09 09:17:36 -08:00
.clang-format Fix clang-format comment indents on Windows for winml/ (#17144) 2023-08-14 23:50:14 -04:00