pytorch/torch/utils/tensorboard
Matthew Hoffman 1ae7cc41ca Define __all__ for torch.utils.tensorboard (#147550)
Fixes the issue:

```python
import torch.utils.tensorboard
torch.utils.tensorboard.FileWriter  # pyright: "FileWriter" is not exported from module "torch.utils.tensorboard"
torch.utils.tensorboard.RecordWriter  # pyright: "RecordWriter" is not exported from module "torch.utils.tensorboard"
torch.utils.tensorboard.SummaryWriter  # pyright: "SummaryWriter" is not exported from module "torch.utils.tensorboard"
```

The [docs page for `torch.utils.tensorboard`](https://pytorch.org/docs/stable/tensorboard.html)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/147550
Approved by: https://github.com/albanD
2025-02-28 23:06:11 +00:00
..
__init__.py Define __all__ for torch.utils.tensorboard (#147550) 2025-02-28 23:06:11 +00:00
_convert_np.py remove allow-untyped-defs from utils/tensorboard/_convert_np.py (#143918) 2024-12-27 22:19:33 +00:00
_embedding.py Flip default value for mypy disallow_untyped_defs [10/11] (#127847) 2024-06-08 18:50:06 +00:00
_onnx_graph.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
_proto_graph.py Flip default value for mypy disallow_untyped_defs [10/11] (#127847) 2024-06-08 18:50:06 +00:00
_pytorch_graph.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_utils.py [CODEMOD][caffe2] use npt.NDArray instead of np.ndarray in type annotations (#136288) 2024-09-19 12:40:36 +00:00
summary.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
writer.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00