mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
* General enhancements/cleanups to test exes
- Support running onnxruntime_perf_test with no output file
- if you're profiling the output file is often unused and can be very large
- Allow failure to override early success if doing multiple runs of a test using running onnx_test_runner
- e.g. if the second run fails that's more important as a final status
- Clarify ownership semantics
- Cleanup naming, line lengths, usage of references for required parameters etc.
|
||
|---|---|---|
| .. | ||
| include | ||
| compare_ortvalue.cc | ||
| default_providers.cc | ||
| file_util.cc | ||
| temp_dir.cc | ||
| test_allocator.cc | ||
| test_environment.cc | ||
| test_random_seed.cc | ||