mirror of https://github.com/hpcaitech/ColossalAI
7 lines
107 B
Python
7 lines
107 B
Python
|
from .lazy_init import LazyInitContext, LazyTensor
|
||
|
|
||
|
__all__ = [
|
||
|
'LazyInitContext',
|
||
|
'LazyTensor',
|
||
|
]
|