onnxruntime
[trt-perf-test] Pass TensorRT/CUDA EP options via dictionary argument
#11231
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
13
Changes
View On
GitHub
Commits
Convert TRT EP options from environment variables to python dictionaries.
adrianlizarraga
committed
4 years ago
Get TRT EP options from commandline arguments
adrianlizarraga
committed
4 years ago
Remove --enable_cache argument
adrianlizarraga
committed
4 years ago
Add TRT EP options to pipeline yaml file
adrianlizarraga
committed
4 years ago
Report error if input TRT EP options have a duplicate key.
adrianlizarraga
committed
4 years ago
Update README with trt_ep_options argument
adrianlizarraga
committed
4 years ago
Remove use of enableCache from tensorrt-daily-perf pipeline.
adrianlizarraga
committed
4 years ago
Remove function that converts a string to a bool. Remove const vars used only one place.
adrianlizarraga
committed
4 years ago
Add CUDA EP options to tensorrt-daily-perf pipeline.
adrianlizarraga
committed
4 years ago
Add --cuda_ep_options input argument to bechmark.py
adrianlizarraga
committed
4 years ago
Add --cuda_ep_options to README
adrianlizarraga
committed
4 years ago
1) Add EP options to specs.csv. 2) Pass EP options from benchmark_wrapper.py to benchmark.py.
adrianlizarraga
committed
4 years ago
Fix indentation in benchmark.py::output_specs()
adrianlizarraga
committed
4 years ago
Loading