File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -509,13 +509,6 @@ Welcome to PyTorch Tutorials
509
509
:link: advanced/privateuseone.html
510
510
:tags: Extending-PyTorch,Frontend-APIs,C++
511
511
512
- .. customcarditem ::
513
- :header: Out-of-tree extension autoloading in Python
514
- :card_description: Learn how to improve the seamless integration of out-of-tree extension with PyTorch based on the autoloading mechanism.
515
- :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
516
- :link: advanced/python_extension_autoload.html
517
- :tags: Extending-PyTorch,Frontend-APIs
518
-
519
512
.. customcarditem ::
520
513
:header: Custom Function Tutorial: Double Backward
521
514
:card_description: Learn how to write a custom autograd Function that supports double backward.
@@ -1117,7 +1110,6 @@ Additional Resources
1117
1110
advanced/dispatcher
1118
1111
advanced/extend_dispatcher
1119
1112
advanced/privateuseone
1120
- advanced/python_extension_autoload
1121
1113
1122
1114
.. toctree ::
1123
1115
:maxdepth: 2
Original file line number Diff line number Diff line change @@ -39,3 +39,7 @@ Prototype Tutorials
39
39
10 flight_recorder_tutorial.rst
40
40
Flight Recorder User Guide
41
41
https://pytorch.org/tutorials/prototype/flight_recorder_tutorial.html
42
+
43
+ 11 python_extension_autoload.rst
44
+ Autoloading Out-of-Tree Extension
45
+ https://pytorch.org/tutorials/prototype/python_extension_autoload.html
Original file line number Diff line number Diff line change @@ -225,6 +225,14 @@ Prototype features are not available as part of binary distributions like PyPI o
225
225
:link: ../prototype/flight_recorder_tutorial.html
226
226
:tags: Distributed, Debugging, FlightRecorder
227
227
228
+ .. Integration
229
+ .. customcarditem ::
230
+ :header: Out-of-tree extension autoloading in Python
231
+ :card_description: Learn how to improve the seamless integration of out-of-tree extension with PyTorch based on the autoloading mechanism.
232
+ :image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
233
+ :link: ../prototype/python_extension_autoload.html
234
+ :tags: Extending-PyTorch, Frontend-APIs
235
+
228
236
.. End of tutorial card section
229
237
230
238
.. raw :: html
@@ -265,3 +273,4 @@ Prototype features are not available as part of binary distributions like PyPI o
265
273
prototype/maskedtensor_sparsity.html
266
274
prototype/maskedtensor_advanced_semantics.html
267
275
prototype/maskedtensor_adagrad.html
276
+ prototype/python_extension_autoload.html
File renamed without changes.
You can’t perform that action at this time.
0 commit comments