a b/mmseg/ops/__init__.py
1
# Copyright (c) OpenMMLab. All rights reserved.
2
from .encoding import Encoding
3
from .wrappers import Upsample, resize
4
5
__all__ = ['Upsample', 'resize', 'Encoding']