Home
last modified time | relevance | path

Searched defs:debug_compile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompilers.py275 def debug_compile(fx_g, inps): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py973 debug_compile = os.environ.get("AOT_INDUCTOR_DEBUG_COMPILE", "0") == "1" variable in aot_inductor
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py2689 def debug_compile(gm, *args, **kwargs): function