mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fixes https://github.com/pytorch/pytorch/issues/155031 * [onnx_verification.rst](https://github.com/pytorch/pytorch/tree/main/docs/source/onnx_verification.rst) * [onnx.rst](https://github.com/pytorch/pytorch/tree/main/docs/source/onnx.rst) * [package.rst](https://github.com/pytorch/pytorch/tree/main/docs/source/package.rst) Pull Request resolved: https://github.com/pytorch/pytorch/pull/155556 Approved by: https://github.com/AlannaBurke, https://github.com/sekyondaMeta
34 lines
650 B
Markdown
34 lines
650 B
Markdown
# torch.onnx.verification
|
|
```{eval-rst}
|
|
.. automodule:: torch.onnx.verification
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: verify_onnx_program
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: VerificationInfo
|
|
:members:
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: verify
|
|
```
|
|
|
|
## Deprecated
|
|
|
|
The following classes and functions are deprecated.
|
|
|
|
<!-- Some deprecated members are not publicly shown -->
|
|
```{eval-rst}
|
|
.. 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
|
|
```
|