Files
ColossalAI/colossalai/nn/_ops/cache_embedding/__init__.py
2022-08-09 16:26:12 +08:00

6 lines
214 B
Python

from .cache_mgr import CachedParamMgr
from .copyer import LimitBuffIndexCopyer
from .freq_aware_embedding import FreqAwareEmbeddingBag
__all__ = ['CachedParamMgr', 'LimitBuffIndexCopyer', 'FreqAwareEmbeddingBag']