pytorch/docs/source/onnx_verification.rst
Justin Chu ebabd0efdd [ONNX] Expose verification utilities (#148603)
Expose verification utilities to public documentation.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/148603
Approved by: https://github.com/titaiwangms
2025-03-18 02:10:34 +00:00

27 lines
585 B
ReStructuredText

torch.onnx.verification
=======================
.. automodule:: torch.onnx.verification
.. autofunction:: verify_onnx_program
.. autoclass:: VerificationInfo
:members:
.. autofunction:: verify
Deprecated
----------
The following classes and functions are deprecated.
.. Some deprecated members are not publicly shown
.. py:class:: check_export_model_diff
.. py:class:: GraphInfo
.. py:class:: GraphInfoPrettyPrinter
.. py:class:: OnnxBackend
.. py:class:: OnnxTestCaseRepro
.. py:class:: VerificationOptions
.. py:function:: find_mismatch
.. py:function:: verify_aten_graph