ColossalAI/colossalai/nn/layer/wrapper/__init__.py

4 lines
71 B
Python
Raw Normal View History

2021-10-28 16:21:23 +00:00
from .lambda_wrapper import LambdaWrapper
__all__ = ['LambdaWrapper']