pytorch/torch/distributed/optim
fduwjj 1a48ae96ba [PT-D][Easy] Reformat the optim code within PTD code base (#90399)
Just run two commands:
```
ufmt format torch/distributed/optim/
ufmt format test/distributed/optim/
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/90399
Approved by: https://github.com/awgu
2022-12-08 06:38:59 +00:00
..
__init__.py Reformat optim import (#90294) 2022-12-07 07:11:12 +00:00
apply_optimizer_in_backward.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_adadelta.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_adagrad.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_adam.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_adamax.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_adamw.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_rmsprop.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_rprop.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
functional_sgd.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
named_optimizer.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
optimizer.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
post_localSGD_optimizer.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
utils.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
zero_redundancy_optimizer.py [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00
zero_redundancy_optimizer.pyi [PT-D][Easy] Reformat the optim code within PTD code base (#90399) 2022-12-08 06:38:59 +00:00