mmsegmentation/mmseg/ops/__init__.py

6 lines
212 B
Python

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