[f1e01c]: / mmseg / ops / __init__.py

Download this file

6 lines (4 with data), 164 Bytes

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