File size: 158 Bytes
3bbb319
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .utils import check_norm_state, is_block, is_norm

__all__ = ['is_block', 'is_norm', 'check_norm_state']