Files
ColossalAI/colossalai/fx/__init__.py
Super Daniel 04bbabeea8 [fx/profiler] provide a table of summary. (#1634)
* [fx/profiling] provide summary for MetaInfoProp.

* [fx/profiler] provide a table of summary.

* [fx] optimize table repr.
2022-09-23 18:12:43 +08:00

4 lines
121 B
Python

from .tracer import ColoTracer, meta_trace
from .graph_module import ColoGraphModule
from .passes import MetaInfoProp