Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1293 def save_output_code(code: str): function
1296 with mock.patch.object(GraphLowering, "save_output_code", save_output_code):
1317 def save_output_code(code: str): function
1335 nonlocal save_output_code
1336 save_output_code(code)
1342 ), mock.patch.object(GraphLowering, "save_output_code", save_output_code):