Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcombined_traceback.h59 int clearPython();
H A Dcombined_traceback.cpp35 int CapturedTraceback::clearPython() { in clearPython() function in torch::CapturedTraceback
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.cpp27 return ((THPCapturedTraceback*)self)->data->clearPython(); in THPCapturedTraceback_clear()