Diff of /mmseg/ops/__init__.py [000000] .. [4e96d3]

Switch to side-by-side view

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