chore: import upstream snapshot with attribution
Docker Image CI / build-ubuntu2004 (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:36:55 +08:00
commit c8a779b1bb
1887 changed files with 3245738 additions and 0 deletions
@@ -0,0 +1,11 @@
==================
Algorithm Selector
==================
Module: ``polygraphy.backend.trt``
.. warning::
Algorithm Selector is deprecated in TensorRT 10.8. Please use editable mode in ITimingCache instead.
See https://github.com/NVIDIA/TensorRT/tree/release/10.8/samples/sampleEditableTimingCache.
.. automodule:: polygraphy.backend.trt.algorithm_selector
@@ -0,0 +1,7 @@
============
Calibrator
============
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.calibrator
@@ -0,0 +1,8 @@
============
Config
============
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.config
:inherited-members:
@@ -0,0 +1,9 @@
============
Loaders
============
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.loader
:inherited-members:
:exclude-members: polygraphy.backend.trt.loader.BaseNetworkFromOnnx
@@ -0,0 +1,7 @@
====================
Optimization Profile
====================
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.profile
@@ -0,0 +1,8 @@
============
Runners
============
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.runner
:inherited-members:
+14
View File
@@ -0,0 +1,14 @@
=========
TensorRT
=========
Module: ``polygraphy.backend.trt``
.. toctree::
algorithm_selector
calibrator
config
loader
profile
runner
util
@@ -0,0 +1,7 @@
============
Utilities
============
Module: ``polygraphy.backend.trt``
.. automodule:: polygraphy.backend.trt.util