mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
### Description
* Add tag to distinguish if TRT `builtin` or `oss` parser is being used
* `oss` tag will be inserted with onnx-tensorrt commit id, to indicate
which version oss parser is
### Validate
DB entry before/after this PR
(during test, `builtin` or `oss_{commit_id}` tag was inserted in the
database entries):
### Motivation and Context
To distinguish perf results using builtin/oss parser in the database,
this parser tag is needed.
In future, results using different parsers will be listed in different
Perf Dashboard pages.
|
||
|---|---|---|
| .. | ||
| custom_op_wrapper | ||
| kernel_explorer | ||
| microbench | ||
| profile_explorer | ||
| qnn | ||
| quantization | ||
| tensorrt | ||
| transformers | ||
| __init__.py | ||
| offline_tuning.py | ||
| onnx_randomizer.py | ||
| onnxruntime_test.py | ||
| pytorch_export_contrib_ops.py | ||
| symbolic_shape_infer.py | ||