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