Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.h27 void THP_PyThreadState_PopFrame(
H A Deval_frame.c290 THP_PyThreadState_PopFrame(tstate, frame); in clear_old_frame_if_python_312_plus()
469 THP_PyThreadState_PopFrame(tstate, shadow); in eval_custom_code_impl()
H A Dcpython_defs.c465 THP_PyThreadState_PopFrame(PyThreadState *tstate, _PyInterpreterFrame * frame) in THP_PyThreadState_PopFrame() function