Skip to content

Commit 780d5cb

Browse files
authored
[ONNX] Add and fix custom cards for ONNX (#3287)
* add and fix custom cards for ONNX
1 parent cb2e4ed commit 780d5cb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

index.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,17 @@ Welcome to PyTorch Tutorials
265265
:tags: Production,ONNX,Backends
266266

267267
.. customcarditem::
268-
:header: Introduction to ONNX Registry
269-
:card_description: Demonstrate end-to-end how to address unsupported operators by using ONNX Registry.
268+
:header: Extending the ONNX exporter operator support
269+
:card_description: Demonstrate end-to-end how to address unsupported operators in ONNX.
270270
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
271-
:link: advanced/onnx_registry_tutorial.html
271+
:link: beginner/onnx/onnx_registry_tutorial.html
272+
:tags: Production,ONNX,Backends
273+
274+
.. customcarditem::
275+
:header: Exporting a model with control flow to ONNX
276+
:card_description: Demonstrate how to handle control flow logic while exporting a PyTorch model to ONNX.
277+
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
278+
:link: beginner/onnx/export_control_flow_model_to_onnx_tutorial.html
272279
:tags: Production,ONNX,Backends
273280

274281
.. Reinforcement Learning

0 commit comments

Comments
 (0)