Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a path problem in onnxruntime_perf_test (#21341)
### Description Resolve #21267 . onnxruntime_perf_test does not work properly if the input model path url is just a single filename without any path separator. For example, ``` ./onnxruntime_perf_test -t 10 model.onnx ``` The problem was introduced in #19196 by me.
- Loading branch information