Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / nn / intrinsic / quantized / __init__.py
Size: Mime:
from .modules import *  # noqa: F403
# to ensure customers can use the module below
# without importing it directly
import torch.nn.intrinsic.quantized.dynamic

__all__ = [
    'BNReLU2d',
    'BNReLU3d',
    'ConvReLU1d',
    'ConvReLU2d',
    'ConvReLU3d',
    'LinearReLU',
]