onnxruntime
3a83f8b3 - Update the functions in tensorprotoutils.h to use std::filesystem::path instead (#20920)

Commit
1 year ago
Update the functions in tensorprotoutils.h to use std::filesystem::path instead (#20920) ### Description 1. Update the functions in tensorprotoutils.h to use std::filesystem::path instead of onnxruntime::Path. Eventually we can remove the whole onnxruntime::Path class, but to this PR small I am not doing that. 2. Remove the _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING macro def when TensorRT EP is enabled.
Author
Changming Sun
Parents
Loading