Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_exception.cpp40 exception_class = e.getPythonClassName(); in TEST()
149 exception_class = e.getPythonClassName(); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.h17 std::optional<std::string> getPythonClassName() const { in getPythonClassName() function
H A Dinterpreter.cpp886 python_class_name = jit_exception->getPythonClassName(); in runTemplate()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp187 const auto& className = e.getPythonClassName(); in initJITBindings()