mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-25 23:04:48 +00:00
* [fx/profiling] provide summary for MetaInfoProp. * [fx/profiler] provide a table of summary. * [fx] optimize table repr.
4 lines
121 B
Python
4 lines
121 B
Python
from .tracer import ColoTracer, meta_trace
|
|
from .graph_module import ColoGraphModule
|
|
from .passes import MetaInfoProp
|