mmsegmentation/mmseg/ops/__init__.py

6 lines
164 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .encoding import Encoding
from .wrappers import Upsample, resize
__all__ = ['Upsample', 'resize', 'Encoding']