mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
5 lines
122 B
Python
5 lines
122 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .gap import GlobalAveragePooling
|
|
|
|
__all__ = ['GlobalAveragePooling']
|