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

6 lines
98 B
Python
Raw Normal View History

2021-10-28 16:21:23 +00:00
from .layers import Linear1D_Col, Linear1D_Row
__all__ = [
'Linear1D_Col', 'Linear1D_Row',
]