[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.
This commit is contained in:
Super Daniel
2022-09-05 12:10:09 +08:00
committed by GitHub
parent 521078ffc9
commit 70129603aa
6 changed files with 107 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
from .tracer import ColoTracer
from .tracer import ColoTracer, meta_trace
from .graph_module import ColoGraphModule