onnxruntime/onnxruntime/test
jywu-msft 24d17f4353
Fix trtlogger segfault. re-enable SoftPlus unit test for TRT. add doc… (#1623)
* Fix trtlogger segfault. re-enable SoftPlus unit test for TRT. add documentation for ORT_TENSORRT* env vars.

* Update TensorRT-ExecutionProvider.md
2019-08-14 16:34:39 -07:00
..
common Fix log message truncation on Windows when printf formatting is used.` (#1599) 2019-08-14 07:53:45 +10:00
contrib_ops Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
framework Serialize optimized onnx model (#1470) 2019-08-12 18:43:40 -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 perf test executable. (#1598) 2019-08-12 09:49:29 -07:00
optimizer NCHWc: Enable Conv/Add fusion for stride=2 convolutions (#1518) 2019-07-31 12:30:05 -07:00
perftest Fix perf test executable. (#1598) 2019-08-12 09:49:29 -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 Fix trtlogger segfault. re-enable SoftPlus unit test for TRT. add doc… (#1623) 2019-08-14 16:34:39 -07:00
python Serialize optimized onnx model (#1470) 2019-08-12 18:43:40 -07:00
server Fix ORTSRV nightly build (#1440) 2019-07-21 19:12:05 -07:00
shared_lib Remove unneeded C APIs + some refactoring. (#1555) 2019-08-07 11:05:29 -07:00
testdata Don't create implicit input for outer scope value if there is a subgraph input with the same name. (#1186) 2019-08-02 07:23:41 +10:00
tvm Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
util Remove memory copy between TensorRT and CUDA (#1561) 2019-08-08 19:31:39 -07:00
win_getopt