Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.cpp6 static thread_local std::string caughtPythonClassName = ""; variable
20 return caughtPythonClassName; in getCaughtPythonClassName()
27 caughtPythonClassName = pythonClassName; in setCaughtPythonClassName()