mmsegmentation/mmseg/ops/__init__.py

5 lines
116 B
Python

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