onnxruntime/onnxruntime/test
Changming Sun 3eaec57c38
Fix the daily pipeline failures (#4084)
1. Fix the nuget cpu pipeline and put code coverage pipeline back.
2. Reduce onnx_test_runner's default logging level from WARNING to ERROR. Because there are too many log messages now.
3. Enlarge the protobuf read buffer size for onnx_test_runner. It was missed from PR #4020.
2020-06-01 14:44:49 -07:00
..
common Address flaky test ReduceApiTest.Sum. (#3716) 2020-05-01 09:18:26 -07:00
contrib_ops Implement QLinearLeakyRelu (#3648) 2020-05-14 14:52:55 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Fix bug in handling of an initializer that provides a graph output. (#3912) 2020-05-12 20:42:58 +10:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
mlas MLAS: Add MlasComputeSoftmax/MlasComputeExp (#3846) 2020-05-07 14:02:01 -07:00
onnx Fix the daily pipeline failures (#4084) 2020-06-01 14:44:49 -07:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer Allow optional cast in embed layer norm be optional. (#4040) 2020-05-27 14:55:03 -07:00
perftest Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
platform Fix a problem in StacktraceTests::BasicTests (#4069) 2020-05-28 10:06:16 -07:00
proto
providers Handle edge case with implicit input and multiple levels of subgraphs (#4031) 2020-05-30 07:08:21 +10:00
python Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
shared_lib use LOAD_WITH_ALTERED_SEARCH_PATH for LoadLibraryExA (#3908) 2020-05-11 19:53:34 -07:00
testdata Handle edge case with implicit input and multiple levels of subgraphs (#4031) 2020-05-30 07:08:21 +10:00
tvm Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
util Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
win_getopt