File size: 183 Bytes
e5e24c9 |
1 2 3 4 5 6 7 8 |
# Copyright (c) OpenMMLab. All rights reserved.
from mmengine.registry import Registry
__all__ = ['BUILDER', 'MAP_FUNC']
BUILDER = Registry('builder')
MAP_FUNC = Registry('map_fn')
|