Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.cpp25 void JITException::setCaughtPythonClassName( in setCaughtPythonClassName() function in torch::jit::JITException
H A Djit_exception.h31 static void setCaughtPythonClassName(const std::string& pythonClassName);
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp190 JITException::setCaughtPythonClassName(className.value_or("")); in initJITBindings()