
    VhV                     D    d Z ddlmZmZmZmZmZmZmZm	Z	m
Z
mZmZ g dZy)aV  Intrinsic QAT Modules.

This file is in the process of migration to `torch/ao/nn/intrinsic/qat`, and
is kept here for compatibility while the migration process is ongoing.
If you are adding a new entry/functionality, please, add it to the
appropriate file under the `torch/ao/nn/intrinsic/qat/modules`,
while adding an import statement here.
    )ConvBn1dConvBn2dConvBn3dConvBnReLU1dConvBnReLU2dConvBnReLU3d
ConvReLU1d
ConvReLU2d
ConvReLU3dfreeze_bn_statsupdate_bn_stats)r   r   r	   r   r   r
   r   r   r   r   r   N)__doc__torch.ao.nn.intrinsic.qatr   r   r   r   r   r   r	   r
   r   r   r   __all__     Y/home/dcms/DCMS/lib/python3.12/site-packages/torch/nn/intrinsic/qat/modules/conv_fused.py<module>r      s%      r   