Home
last modified time | relevance | path

Searched refs:report_compile_source_on_error (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_after_aot.py14 from torch.utils._traceback import report_compile_source_on_error
36 with report_compile_source_on_error():
42 with report_compile_source_on_error():
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtest_minifier_common.py19 from torch.utils._traceback import report_compile_source_on_error
115 with patch("sys.argv", args), report_compile_source_on_error():
H A Dguards.py74 from torch.utils._traceback import format_frame, report_compile_source_on_error
2725 with report_compile_source_on_error():
/aosp_15_r20/external/pytorch/torch/utils/
H A D_traceback.py48 def report_compile_source_on_error(): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_utils.py42 report_compile_source_on_error,
1216 with report_compile_source_on_error():