mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: - cpp_index.rst - fx.md - jit_builtin_functions.rst - jit_python_reference.md - jit_unsupported.md cpu_threading large_scale_deployment Test Plan: CI Rollback Plan: Differential Revision: D78309320 Pull Request resolved: https://github.com/pytorch/pytorch/pull/158315 Approved by: https://github.com/svekars, https://github.com/zhxchen17
11 lines
244 B
ReStructuredText
11 lines
244 B
ReStructuredText
.. _builtin-functions:
|
|
|
|
TorchScript Builtins
|
|
====================
|
|
|
|
.. warning::
|
|
TorchScript is deprecated, please use
|
|
`torch.export <https://docs.pytorch.org/docs/stable/export.html>`__ instead.
|
|
|
|
.. automodule:: torch.jit.supported_ops
|