Files
pytorch/docs/source/jit_builtin_functions.rst
Yiming Zhou a9ee4250d5 [4/n] Remove references to TorchScript in PyTorch docs (#158317)
Summary: jit.rst

Test Plan:
CI

Rollback Plan:

Differential Revision: D78309840

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158317
Approved by: https://github.com/svekars, https://github.com/zhxchen17
2025-07-16 20:01:34 +00:00

9 lines
203 B
ReStructuredText

.. _builtin-functions:
TorchScript Builtins
====================
.. warning::
TorchScript is deprecated, please use
`torch.export <https://docs.pytorch.org/docs/stable/export.html>`__ instead.