[fx] supported data-dependent control flow in model tracing (#1185)

* [fx] supported data-dependent control flow in model tracing

* polish code
This commit is contained in:
Frank Lee
2022-06-29 15:05:25 +08:00
committed by GitHub
parent c463f8adf9
commit 6d86f1bc91
10 changed files with 461 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from sys import meta_path
from .registry import *
from .patched_function import *
from .patched_module import *