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,7 @@
============
Loaders
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.onnx.loader
@@ -0,0 +1,8 @@
==========
ONNX
==========
Module: ``polygraphy.tools.args``
.. toctree::
loader
@@ -0,0 +1,7 @@
============
Loaders
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.onnxrt.loader
@@ -0,0 +1,7 @@
============
Runners
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.onnxrt.runner
@@ -0,0 +1,9 @@
=============
ONNX-Runtime
=============
Module: ``polygraphy.tools.args``
.. toctree::
loader
runner
@@ -0,0 +1,7 @@
============
Runners
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.pluginref.runner
@@ -0,0 +1,8 @@
================
Plugin Reference
================
Module: ``polygraphy.tools.args``
.. toctree::
runner
@@ -0,0 +1,9 @@
============
Loaders
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.tf.loader
.. automodule:: polygraphy.tools.args.backend.tf.config
@@ -0,0 +1,7 @@
============
Runners
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.tf.runner
@@ -0,0 +1,9 @@
==========
TensorFlow
==========
Module: ``polygraphy.tools.args``
.. toctree::
loader
runner
@@ -0,0 +1,12 @@
========
Backends
========
Module: ``polygraphy.tools.args``
.. toctree::
onnx/toc
onnxrt/toc
pluginref/toc
tf/toc
trt/toc
@@ -0,0 +1,9 @@
============
Loaders
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.trt.loader
.. automodule:: polygraphy.tools.args.backend.trt.config
@@ -0,0 +1,7 @@
============
Runners
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.backend.trt.runner
@@ -0,0 +1,9 @@
=========
TensorRT
=========
Module: ``polygraphy.tools.args``
.. toctree::
loader
runner
+9
View File
@@ -0,0 +1,9 @@
=========================
Base Interface
=========================
The base interface for all argument groups.
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.base
@@ -0,0 +1,7 @@
============
Comparator
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.comparator.comparator
@@ -0,0 +1,7 @@
====================
Comparison Functions
====================
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.comparator.compare
@@ -0,0 +1,7 @@
============
Data Loader
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.comparator.data_loader
@@ -0,0 +1,7 @@
=========================
Postprocessing Functions
=========================
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.comparator.postprocess
@@ -0,0 +1,11 @@
=============
Comparator
=============
Module: ``polygraphy.tools.args``
.. toctree::
comparator
compare
data_loader
postprocess
@@ -0,0 +1,7 @@
============
Logger
============
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.logger.logger
@@ -0,0 +1,7 @@
=========================
Model
=========================
Module: ``polygraphy.tools.args``
.. automodule:: polygraphy.tools.args.model
+17
View File
@@ -0,0 +1,17 @@
============================
Command-line Argument Groups
============================
Command-line argument groups bundle arguments and related functionality together into reusable components
and are used throughout the Polygraphy command-line toolkit.
Argument groups are used to add new command-line tools to Polygraphy or extend existing tools with new functionality.
Module: ``polygraphy.tools.args``
.. toctree::
base
backend/toc
comparator/toc
logger/toc
model
+7
View File
@@ -0,0 +1,7 @@
=========================
Script Interface
=========================
Module: ``polygraphy.tools.script``
.. automodule:: polygraphy.tools.script
+9
View File
@@ -0,0 +1,9 @@
============================
Command-line Tool APIs
============================
Module: ``polygraphy.tools``
.. toctree::
args/toc
script