__init__.py 159 Bytes
Newer Older
pppppM's avatar
pppppM committed
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .observer import ActivationObserver, KVCacheObserver

__all__ = ['ActivationObserver', 'KVCacheObserver']