Files
ColossalAI/colossalai/fx/__init__.py
Super Daniel 70129603aa [fx] support meta tracing for aten level computation graphs like functorch. (#1536)
* [fx] support meta tracing for aten level computation graphs like functorch.

* [fx] support meta tracing for aten level computation graphs like functorch.

* [fx] remove redundant import.

* [fx] add docstring.
2022-09-05 12:10:09 +08:00

3 lines
87 B
Python

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