mirror of https://github.com/hpcaitech/ColossalAI
5 lines
165 B
Python
5 lines
165 B
Python
|
from ._meta_registration import *
|
||
|
from ._monkey_patch import *
|
||
|
from .flop_tensor import flop_count, flop_mapping
|
||
|
from .meta_tensor import MetaTensor, MetaTensorMode
|