mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-05-05 12:24:38 +00:00
5 lines
225 B
Python
5 lines
225 B
Python
from .stateful_tensor_mgr import StatefulTensorMgr
|
|
from .tensor_placement_policy import TensorPlacementPolicyFactory
|
|
from .zero_hook import ZeroHook
|
|
|
|
__all__ = ['StatefulTensorMgr', 'ZeroHook', 'TensorPlacementPolicyFactory'] |