onnxruntime/onnxruntime/test
Tianlei Wu c00e13a291
Cherry pick (batch 2) to rel-1.5.1 (#5290)
* remove implicit linking of tensorrt and dnnl ep shared libs (#5262)
* Update DirectML Nuget to 1.3.0 (#5274)
* Update PyTorch TransformerModel sample (#5275)
* Insert telemetry template into GPU build, add telemry build switches. (#5278)
* Synchronize training dependency versions between Docker image and Python wheel (#5261)
* Downgrade GCC (#5269)
* Remove --enable_symbolic_shape_infer_tests to fix linux ci pipeline build error.

Co-authored-by: Edward Chen
Co-authored-by: George Wu <jywu@microsoft.com>
Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com>
Co-authored-by: edgchen1 <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
2020-09-25 09:26:40 -07:00
..
api_tests_without_env Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
contrib_ops Fix TransposeScaleMatMul and MatMulScaleFusion issues (#5230) 2020-09-23 16:50:58 -07:00
featurizers_ops
framework Add GetStartTime() for profiler to get private profiling_start_time_ (#4994) 2020-09-17 08:39:47 -07:00
fuzzing Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
global_thread_pools Add API to allow configuration of the global thread pools. (#5199) 2020-09-23 16:50:58 -07:00
ir Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00
mlas MLAS: add sgemm weight prepacking (#5183) 2020-09-17 08:39:47 -07:00
onnx Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Fix TransposeScaleMatMul and MatMulScaleFusion issues (#5230) 2020-09-23 16:50:58 -07:00
perftest Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
platform Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
proto Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
providers MLAS: add sgemm weight prepacking (#5183) 2020-09-17 08:39:47 -07:00
python Amdmigraphx improvements (#5158) 2020-09-23 16:50:58 -07:00
shared_lib Refactor TensorAt, prepare for release (#5180) 2020-09-17 08:39:47 -07:00
testdata Cherry pick (batch 2) to rel-1.5.1 (#5290) 2020-09-25 09:26:40 -07:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
util fix _WIN32 (#5218) 2020-09-23 16:50:58 -07:00
win_getopt