Files
ytts/venv/lib/python3.11/site-packages/torch/nn/quantized/functional.py
2025-04-02 21:44:17 -07:00

11 lines
275 B
Python

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