mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Expose verification utilities to public documentation. Pull Request resolved: https://github.com/pytorch/pytorch/pull/148603 Approved by: https://github.com/titaiwangms
27 lines
585 B
ReStructuredText
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
|