Searched refs:miopen_exception (Results 1 – 1 of 1) sorted by relevance
10 class miopen_exception : public std::runtime_error {13 miopen_exception(miopenStatus_t status, const char* msg) in miopen_exception() function16 miopen_exception(miopenStatus_t status, const std::string& msg) in miopen_exception() function25 throw miopen_exception(status, std::string(miopenGetErrorString(status)) + in MIOPEN_CHECK()28 throw miopen_exception(status, miopenGetErrorString(status)); in MIOPEN_CHECK()