Home
last modified time | relevance | path

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

/external/pytorch/test/dynamo/
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():
/external/pytorch/torch/_dynamo/
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():
Dguards.py74 from torch.utils._traceback import format_frame, report_compile_source_on_error
2725 with report_compile_source_on_error():
/external/pytorch/torch/utils/
D_traceback.py48 def report_compile_source_on_error(): function
/external/pytorch/test/
Dtest_utils.py42 report_compile_source_on_error,
1216 with report_compile_source_on_error():