Searched refs:setCaughtPythonClassName (Results 1 – 3 of 3) sorted by relevance
25 void JITException::setCaughtPythonClassName( in setCaughtPythonClassName() function in torch::jit::JITException
31 static void setCaughtPythonClassName(const std::string& pythonClassName);
190 JITException::setCaughtPythonClassName(className.value_or("")); in initJITBindings()