onnxruntime/winml/test
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 Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
api Update winml to use #cores - #soc cores by Default as the number of intraopthreads (#18384) 2023-11-28 09:26:48 -08:00
collateral fix CheckLearningModelPixelRange (#6632) 2021-02-10 10:23:54 -08:00
common Fix clang-format comment indents on Windows for winml/ (#17144) 2023-08-14 23:50:14 -04:00
concurrency Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
image Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
model Replace some old file system calls with C++17 std::filesystem APIs. (#19196) 2024-03-09 09:17:36 -08:00
scenario Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
.gitignore