mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Redirect mobile_optimizer.rst to executorch Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/153664 Approved by: https://github.com/byjlw, https://github.com/malfet
22 lines
871 B
ReStructuredText
22 lines
871 B
ReStructuredText
.. meta::
|
|
:robots: noindex
|
|
|
|
torch.utils.mobile_optimizer
|
|
===================================
|
|
|
|
PyTorch Mobile is no longer actively supported. Redirecting to `ExecuTorch documentation <https://docs.pytorch.org/executorch>`_.
|
|
|
|
.. raw:: html
|
|
|
|
<meta http-equiv="Refresh" content="0; url='https://docs.pytorch.org/executorch'" />
|
|
|
|
.. warning::
|
|
PyTorch Mobile is no longer actively supported. Please check out
|
|
`ExecuTorch <https://pytorch.org/executorch-overview>`__, PyTorch's
|
|
all-new on-device inference library. You can also review
|
|
documentation on `XNNPACK <https://pytorch.org/executorch/stable/native-delegates-executorch-xnnpack-delegate.html>`__
|
|
and `Vulkan <https://pytorch.org/executorch/stable/native-delegates-executorch-vulkan-delegate.html>`__ delegates.
|
|
|
|
.. currentmodule:: torch.utils.mobile_optimizer
|
|
.. autofunction:: optimize_for_mobile
|