__init__.py 98 Bytes
Newer Older
1
from .masked_conv import MaskedConv2d, masked_conv2d
2
3

__all__ = ['masked_conv2d', 'MaskedConv2d']