Searched defs:JITException (Results 1 – 2 of 2) sorted by relevance
11 struct TORCH_API JITException : public std::runtime_error { struct17 std::optional<std::string> getPythonClassName() const { in getPythonClassName()24 std::optional<std::string> getOriginalMsg() const { in getOriginalMsg()35 std::optional<std::string> original_msg_;
8 JITException::JITException( in JITException() function in torch::jit::JITException