mmsegmentation/mmseg/ops/__init__.py

6 lines
190 B
Python

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