Traktor/myenv/Lib/site-packages/torch/nn/quantized/functional.py

11 lines
276 B
Python
Raw Normal View History

2024-05-23 01:57:24 +02:00
r"""nn.quantized.functional.
Quantized equivalents of the `nn.functional`.
Note::
This location is in the process of being deprecated.
Please, use the `torch.ao.nn.quantized.functional` instead.
"""
from torch.ao.nn.quantized.functional import * # noqa: F401,F403