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

4 lines
71 B
Python

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