Home
last modified time | relevance | path

Searched refs:error_on_nested_jit_trace (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconfig.py336 error_on_nested_jit_trace = True variable
H A Deval_frame.py443 if config.error_on_nested_jit_trace:
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py3702 with torch._dynamo.config.patch(error_on_nested_jit_trace=False):