Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

neilisaac / torch   python

Repository URL to install this package:

/ nn / qat / modules / __init__.py


from .linear import Linear
from .conv import Conv2d

__all__ = [
    'Linear',
    'Conv2d',
]