pytorch/torch/distributed/_tensor/ops
Wanchao Liang bf23e0bdbd [dtensor] ufmt distributed._tensor (#89967)
cmd: `ufmt format torch/distributed/_tensor`

copy from Andrew:

Notes
For VSCode users,

Install ufmt: https://pypi.org/project/ufmt/
Install VSCode ufmt extension: https://marketplace.visualstudio.com/items?itemName=omnilib.ufmt
Include in settings.json:
```
{
    "[python]": {
        "editor.defaultFormatter": "omnilib.ufmt",
        "editor.formatOnSave": true,
    },
}
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89967
Approved by: https://github.com/fduwjj
2022-12-01 20:58:13 +00:00
..
__init__.py
common_rules.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
math_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
matrix_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
pointwise_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
tensor_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
tp_sharding_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
utils.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00
view_ops.py [dtensor] ufmt distributed._tensor (#89967) 2022-12-01 20:58:13 +00:00