onnxruntime/onnxruntime/test
Changming Sun e0829b2b13
Revert the last changes on tree ensemble classifier (#1498)
Revert PR #1015 and PR #1276 . Because PR #1015 is causing test failures, but I can't revert it individually. I have to revert it together with #1276
2019-07-25 13:55:10 -07:00
..
common move all contrib ops to contrib ops namespace (#1190) 2019-06-24 10:19:01 -07:00
contrib_ops Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
framework Fix bug in TransformerMemcpy (#1413) 2019-07-19 13:54:08 -07:00
ir Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
mlas implement conv+clip fusion (#1412) 2019-07-17 12:16:45 -07:00
onnx Fix sign-compare warnings with gcc 2019-07-25 13:00:51 -07:00
optimizer Support Sum opset6 for ONNX 1.2 models (#1447) 2019-07-19 20:00:59 -07:00
perftest Add missing 'openvino' option in perftest Usage message (#1367) 2019-07-10 10:58:18 -07:00
platform/windows Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers Revert the last changes on tree ensemble classifier (#1498) 2019-07-25 13:55:10 -07:00
python Remove special casing of "None" as a dim_param (#1482) 2019-07-25 17:18:14 +10:00
server Fix ORTSRV nightly build (#1440) 2019-07-21 19:12:05 -07:00
shared_lib Add/correct missing SAL annotations + avoid using unsigned types (except where counts are involved). (#1451) 2019-07-22 23:25:53 -07:00
testdata Strip invalid dim_param and dim_value values out. Allow re-use in event of shape mismatch if buffer is large enough (#1439) 2019-07-23 14:55:54 +10:00
tvm Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
util NNAPI EP Update (#1483) 2019-07-24 13:20:05 -07:00
win_getopt