mirror of https://github.com/hpcaitech/ColossalAI
4 lines
149 B
Python
4 lines
149 B
Python
|
from .topo import Partition, PartitionInputVal, PartitionOutputVal, Topo
|
||
|
|
||
|
__all__ = ['Topo', 'Partition', 'PartitionOutputVal', 'PartitionInputVal']
|