mirror of https://github.com/hpcaitech/ColossalAI
6 lines
98 B
Python
6 lines
98 B
Python
|
from .layers import Linear1D_Col, Linear1D_Row
|
||
|
|
||
|
__all__ = [
|
||
|
'Linear1D_Col', 'Linear1D_Row',
|
||
|
]
|