Searched defs:PyTorchError (Results 1 – 1 of 1) sorted by relevance
266 struct PyTorchError : public std::exception { struct268 PyTorchError(std::string msg_) : msg(std::move(msg_)) {} in PyTorchError() argument286 struct TypeError : public PyTorchError { argument