From cd26e84bab65183cd624570ed3838444caa1438f Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Mon, 22 Jul 2019 11:49:17 -0700 Subject: [PATCH] Update ptcheat.rst --- beginner_source/ptcheat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ----