Skip to content

[ONNX] Add and fix custom cards for ONNX #3287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,17 @@ Welcome to PyTorch Tutorials
:tags: Production,ONNX,Backends

.. customcarditem::
:header: Introduction to ONNX Registry
:card_description: Demonstrate end-to-end how to address unsupported operators by using ONNX Registry.
:header: Extending the ONNX exporter operator support
:card_description: Demonstrate end-to-end how to address unsupported operators in ONNX.
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
:link: advanced/onnx_registry_tutorial.html
:link: beginner/onnx/onnx_registry_tutorial.html
:tags: Production,ONNX,Backends

.. customcarditem::
:header: Exporting a model with control flow to ONNX
:card_description: Demonstrate how to handle control flow logic while exporting a PyTorch model to ONNX.
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
:link: beginner/onnx/export_control_flow_model_to_onnx_tutorial.html
:tags: Production,ONNX,Backends

.. Reinforcement Learning
Expand Down
Loading