mmsegmentation/mmseg/ops/__init__.py
2020-07-10 02:39:01 +08:00

6 lines
190 B
Python

from .encoding import Encoding
from .separable_conv_module import DepthwiseSeparableConvModule
from .wrappers import resize
__all__ = ['resize', 'DepthwiseSeparableConvModule', 'Encoding']