Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.h145 struct python_error : public std::exception { struct
148 python_error(const python_error& other) in python_error() argument
159 python_error(python_error&& other) noexcept in python_error() function
169 python_error& operator=(const python_error& other) = delete; argument
170 python_error& operator=(python_error&& other) = delete; argument
173 ~python_error() override { in ~python_error() argument
195 message = "python_error"; in build_message() argument
224 inline void persist() { in persist()
237 inline void restore() { in restore()
253 std::string message;