Replace some old file system calls with C++17 std::filesystem APIs. #26969
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/test/onnx/onnx_model_info.h#L25
[cpplint] reported by reviewdog 🐶
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/test/onnx/onnx_model_info.h:25: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/perftest/performance_runner.cc#L277
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/test/perftest/performance_runner.cc:277: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Loading