xref: /aosp_15_r20/external/pytorch/torch/nn/quantized/functional.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1r"""nn.quantized.functional.
2
3Quantized equivalents of the `nn.functional`.
4
5Note::
6    This location is in the process of being deprecated.
7    Please, use the `torch.ao.nn.quantized.functional` instead.
8"""
9
10from torch.ao.nn.quantized.functional import *  # noqa: F401,F403
11