onnxruntime/onnxruntime
Scott McKay 16cef90e29
General enhancements/cleanups to test exes (#4109)
* 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.
2020-06-04 07:01:39 +10:00
..
contrib_ops Implement quantized Attention on cpu (#4111) 2020-06-03 13:42:00 -07:00
core Implement quantized Attention on cpu (#4111) 2020-06-03 13:42:00 -07:00
featurizers_ops/cpu Initial checkin (#3791) 2020-05-01 14:58:49 -07:00
gsl Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
python Implement quantized Attention on cpu (#4111) 2020-06-03 13:42:00 -07:00
test General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
tool/etw Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
.style.yapf Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
__init__.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
ReformatSource.ps1
ReformatSourcePython.bat Update GPT2 Model Benchmark Script to Support IO Binding (#4088) 2020-06-01 15:07:48 -07:00
VSCodeCoverage.runsettings