Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.cpp26 const std::string& pythonClassName) { in setCaughtPythonClassName() argument
27 caughtPythonClassName = pythonClassName; in setCaughtPythonClassName()
H A Djit_exception.h31 static void setCaughtPythonClassName(const std::string& pythonClassName);