diff --git a/beginner_source/ptcheat.rst b/beginner_source/ptcheat.rst index 00263069d43..d1360b5b86c 100644 --- a/beginner_source/ptcheat.rst +++ b/beginner_source/ptcheat.rst @@ -29,7 +29,7 @@ See `autograd `__, `functional `__ and `optim `__ -Hybrid frontend +Torchscript and JIT --------------- .. code-block:: python @@ -41,7 +41,7 @@ Hybrid frontend @script # decorator used to indicate data-dependent # control flow within the code being traced -See `hybrid frontend `__ +See `Torchscript `__ ONNX ----