We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21916 commit 81066e1Copy full SHA for 81066e1
beginner_source/ptcheat.rst
@@ -29,7 +29,7 @@ See `autograd <https://pytorch.org/docs/stable/autograd.html>`__,
29
`functional <https://pytorch.org/docs/stable/nn.html#torch-nn-functional>`__
30
and `optim <https://pytorch.org/docs/stable/optim.html>`__
31
32
-Hybrid frontend
+Torchscript and JIT
33
---------------
34
35
.. code-block:: python
@@ -41,7 +41,7 @@ Hybrid frontend
41
@script # decorator used to indicate data-dependent
42
# control flow within the code being traced
43
44
-See `hybrid frontend <https://pytorch.org/docs/stable/hybridfrontend>`__
+See `Torchscript <https://pytorch.org/docs/stable/jit.html>`__
45
46
ONNX
47
----
0 commit comments