Files
INTUIA/Programa final/_internal/torch/nn/quantized/functional.py
T

11 lines
276 B
Python
Raw Normal View History

2026-03-15 13:27:50 +00: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