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
+49
View File
@@ -0,0 +1,49 @@
==========
Polygraphy
==========
This page includes the Python API reference documentation for Polygraphy. Polygraphy is a toolkit
designed to assist in running and debugging deep learning models in various frameworks.
For installation instructions, examples, and information about the CLI tools,
see `the GitHub repository <https://github.com/NVIDIA/TensorRT/tree/main/tools/Polygraphy>`_ instead.
For a conceptual overview of the Python API,
see `this page <https://github.com/NVIDIA/TensorRT/tree/main/tools/Polygraphy/polygraphy>`_.
.. warning::
Any APIs not documented here should be considered internal only and do not adhere to the
deprecation policy for public APIs. Thus, they may be modified or removed at any time without warning.
Avoid using undocumented APIs!
.. toctree::
:hidden:
self
.. toctree::
:caption: API Reference: Main
:maxdepth: 4
backend/toc
comparator/toc
.. toctree::
:caption: API Reference: Miscellaneous
:maxdepth: 4
common/toc
config/toc
constants/toc
cuda/toc
datatype/toc
exception/toc
func/toc
json/toc
logger/toc
.. toctree::
:caption: API Reference: Development
:maxdepth: 4
tool/toc