Home
last modified time | relevance | path

Searched defs:JITException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.h11 struct TORCH_API JITException : public std::runtime_error { struct
17 std::optional<std::string> getPythonClassName() const { in getPythonClassName()
24 std::optional<std::string> getOriginalMsg() const { in getOriginalMsg()
35 std::optional<std::string> original_msg_;
H A Djit_exception.cpp8 JITException::JITException( in JITException() function in torch::jit::JITException