functional.py 275 B

12345678910
  1. r"""nn.quantized.functional
  2. Quantized equivalents of the `nn.functional`.
  3. Note::
  4. This location is in the process of being deprecated.
  5. Please, use the `torch.ao.nn.quantized.functional` instead.
  6. """
  7. from torch.ao.nn.quantized.functional import * # noqa: F401,F403