You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
-42Lines changed: 0 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,20 +314,6 @@ Welcome to PyTorch Tutorials
314
314
315
315
.. Deploying PyTorch Models in Production
316
316
317
-
.. customcarditem::
318
-
:header: Introduction to TorchScript
319
-
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
:card_description: Learn how PyTorch provides to go from an existing Python model to a serialized representation that can be loaded and executed purely from C++, with no dependency on Python.
:card_description: Learn how to profile a PyTorch application
@@ -407,34 +393,6 @@ Welcome to PyTorch Tutorials
407
393
:link: advanced/cpp_extension.html
408
394
:tags: Extending-PyTorch,Frontend-APIs,C++,CUDA
409
395
410
-
.. customcarditem::
411
-
:header: Extending TorchScript with Custom C++ Operators
412
-
:card_description: Implement a custom TorchScript operator in C++, how to build it into a shared library, how to use it in Python to define TorchScript models and lastly how to load it into a C++ application for inference workloads.
:header: Extending TorchScript with Custom C++ Classes
419
-
:card_description: This is a continuation of the custom operator tutorial, and introduces the API we’ve built for binding C++ classes into TorchScript and Python simultaneously.
:card_description: The autograd package helps build flexible and dynamic nerural netorks. In this tutorial, exploreseveral examples of doing autograd in PyTorch C++ frontend
0 commit comments