Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,13 @@ Welcome to PyTorch Tutorials
:link: intermediate/custom_function_double_backward_tutorial.html
:tags: Extending-PyTorch,Frontend-APIs

.. customcarditem::
:header: Control Flow Operator Tutorial
:card_description: Native control flow with torch.compile, make complex models first-class citizens in PyTorch.
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: intermediate_source/torch_controlflow_tutorial.html
:tags: Model-Optimization

.. customcarditem::
:header: Custom Function Tutorial: Fusing Convolution and Batch Norm
:card_description: Learn how to create a custom autograd Function that fuses batch norm into a convolution to improve memory usage.
Expand Down
Loading