Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.cpp19 const std::string& JITException::getCaughtPythonClassName() { in getCaughtPythonClassName() function in torch::jit::JITException
H A Djit_exception.h29 static const std::string& getCaughtPythonClassName();
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp201 JITException::getCaughtPythonClassName); in initJITBindings()