Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_engine.cpp107 auto python_err = dynamic_cast<python_error*>(&e); in thread_on_exception() local
108 if (python_err) { in thread_on_exception()
109 python_err->persist(); in thread_on_exception()