Files
ColossalAI/colossalai/nn/layer/wrapper/__init__.py
2021-10-28 18:21:23 +02:00

4 lines
71 B
Python

from .lambda_wrapper import LambdaWrapper
__all__ = ['LambdaWrapper']