onnxruntime/onnxruntime/core
stevenlix f2694ab526
Enable provider unit tests for TensorRT (#802)
* Update provider_test_utils.cc

* Update tensorrt_execution_provider.h

* Update tensorrt_execution_provider.cc

* Update gemm_test.cc

* Update softmax_test.cc

* Update logsoftmax_test.cc

* Update matmul_test.cc

* Update batch_norm_op_test.cc

* Update conv_op_test.cc

* Update batch_norm_op_test.cc

* Update softmax_test.cc

* Update conv_transpose_op_test.cc

* Update instance_norm_op_test.cc

* Update flatten_op_test.cc

* Update loop_test.cc

* Disable failed tests for TensorRT

* Disable unsupported tests for TensorRT

* Disable unsupported tests for TensorRT

* Disable unsupported tests for TensorRT

* Disable unsupported tests for TensorRT

* Update matmul_test.cc

* Update logsoftmax_test.cc

* Update topk_op_test.cc

* disable unsupported tests for TensorRT

* resolve conflicts

* Update identity_op_test.cc

* Update activation_op_test.cc

* make max batch size configurable and simplify the code for disabling unsupported tests

* make max batch size configurable at runtime

* update tensorrt ci pipline

* move max batch size to private

* Update tensorrt_execution_provider.cc

* Update tensorrt_execution_provider.h

* Update tensorrt_execution_provider.cc

* add comments on the test changes

* Update tensorrt_execution_provider.h

* Update tensorrt_execution_provider.cc

* Update build.py
2019-04-18 13:20:37 -07:00
..
codegen/tvm fix tvm break (#282) 2019-01-07 10:55:24 -08:00
common Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
framework Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
graph no need putting initializers (for constant node) into graph inputs. (#665) 2019-04-17 07:38:08 +08:00
mlas Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
optimizer fix trivial size_t warnings (#843) 2019-04-16 14:37:50 -07:00
platform Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
protobuf update onnx to bring in quantized ops (#808) 2019-04-10 17:20:35 -07:00
providers Enable provider unit tests for TensorRT (#802) 2019-04-18 13:20:37 -07:00
session Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
util Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00