mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Used [rst2myst tool](https://rst-to-myst.readthedocs.io/en/latest/) Fixes #155022 Docs comparison (check out the 'new' whenever docs build) 1. func.ux_limitations ([old](https://docs.pytorch.org/docs/main/func.ux_limitations.html) vs. [new](https://docs-preview.pytorch.org/pytorch/pytorch/155540/func.ux_limitations.html)) 2. func.whirlwind_tour ([old](https://docs.pytorch.org/docs/main/func.whirlwind_tour.html) vs. [new](https://docs-preview.pytorch.org/pytorch/pytorch/155540/func.whirlwind_tour.html)) 3. future_mod ([old](https://docs.pytorch.org/docs/main/future_mod.html) vs. [new](https://docs-preview.pytorch.org/pytorch/pytorch/155540/future_mod.html)) 4. futures ([old](https://docs.pytorch.org/docs/main/futures.html) vs. [new](https://docs-preview.pytorch.org/pytorch/pytorch/155540/futures.html)) 5. fx.experimental ([old](https://docs.pytorch.org/docs/main/fx.experimental.html) vs. [new](https://docs-preview.pytorch.org/pytorch/pytorch/155540/fx.experimental.html)) Pull Request resolved: https://github.com/pytorch/pytorch/pull/155540 Approved by: https://github.com/AlannaBurke, https://github.com/svekars
26 lines
436 B
Markdown
26 lines
436 B
Markdown
# torch.\_\_future\_\_
|
|
|
|
```{eval-rst}
|
|
.. automodule:: torch.__future__
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. currentmodule:: torch.__future__
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: set_overwrite_module_params_on_conversion
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: get_overwrite_module_params_on_conversion
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: set_swap_module_params_on_conversion
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: get_swap_module_params_on_conversion
|
|
```
|