onnxruntime/onnxruntime/test
Chi Lo 569876fb16
[TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617)
Two major modifications of this PR:

1. Refactor OrtTensorRTProviderOptions initialization and make it easy
to add new field.
2. Make Python API capable of using TensorRT plugins by adding new
Python binding api `register_tensorrt_plugins_as_custom_ops`. (It needs
to register ep's custom op domain before model load. For C++ API, it's
slightly different, when calling
SessionOptionsAppendExecutionProvider_TensorRT_XX, it appends cutom op
domain to session option. Later ORT can register custom op domain from
session option before model loading)
2023-10-06 14:12:20 -07:00
..
common [C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506) 2023-07-14 10:46:52 -07:00
contrib_ops Enable backtrace in unit tests (#17655) 2023-09-29 12:32:56 -07:00
custom_op_registration Support custom ops taking float 8 tensors as inputs and outputs (#16323) 2023-07-06 14:36:06 +02:00
debug_node_inputs_outputs Separate out operator vs model testing. (#16228) 2023-06-17 12:58:57 +10:00
framework Add support for specifying a custom logging function per session. (#17727) 2023-09-29 19:46:55 -07:00
fuzzing Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
global_thread_pools Allow RunAsync with global TP (#17157) 2023-08-15 14:29:10 -07:00
ir Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
logging_apis Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
mlas [QNN/CPU EP] Add 16-bit Quantize/Dequantize contrib ops (#17015) 2023-09-18 09:43:34 -07:00
onnx [QNN EP] Enable QNN Saver for debugging issues (#17747) 2023-10-03 16:24:33 -07:00
opaque_api Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
optimizer Resize and EP specific transpose optimization updates (#17664) 2023-09-29 08:11:36 +10:00
perftest Add checks for session options and fix gsubgraph fallback exceptions (#17095) 2023-08-16 10:06:25 -07:00
platform Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
proto
providers [TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617) 2023-10-06 14:12:20 -07:00
python [Linter] Bump ruff and remove pylint (#17797) 2023-10-05 21:07:33 -07:00
quantization remove AllocatorMgr class (#16509) 2023-06-28 15:43:19 -07:00
shared_lib Patch lite custom op API (#17605) 2023-09-26 14:02:18 -07:00
testdata [Linter] Bump ruff and remove pylint (#17797) 2023-10-05 21:07:33 -07:00
unittest_main Enable verbose logging in unit test program with environment variable. (#17133) 2023-08-22 12:13:52 -07:00
util [TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617) 2023-10-06 14:12:20 -07:00
wasm Enable Web CI on Linux (#16419) 2023-06-22 15:42:58 +08:00
win_getopt Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
xctest Enable backtrace in unit tests (#17655) 2023-09-29 12:32:56 -07:00