xref: /aosp_15_r20/external/pytorch/torchgen/__init__.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1"""torchgen
2
3This module contains codegeneration utilities for PyTorch. It is used to
4build PyTorch from source, but may also be used for out-of-tree projects
5that extend PyTorch.
6
7Note well that we provide no BC guarantees for torchgen. If you're interested
8in using torchgen and want the PyTorch team to be aware, please reach out
9on GitHub.
10"""
11