File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,17 @@ Welcome to PyTorch Tutorials
265
265
:tags: Production,ONNX,Backends
266
266
267
267
.. 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.
270
270
: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
272
279
:tags: Production,ONNX,Backends
273
280
274
281
.. Reinforcement Learning
You can’t perform that action at this time.
0 commit comments