Skip to content
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