You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|