Searched refs:PyTorchError (Results 1 – 1 of 1) sorted by relevance
87 catch (torch::PyTorchError & e) { \266 struct PyTorchError : public std::exception { struct267 PyTorchError() = default;268 PyTorchError(std::string msg_) : msg(std::move(msg_)) {} in PyTorchError() argument286 struct TypeError : public PyTorchError { argument287 using PyTorchError::PyTorchError;295 struct AttributeError : public PyTorchError {