Home
last modified time | relevance | path

Searched refs:miopen_exception (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/miopen/
DExceptions.h10 class miopen_exception : public std::runtime_error {
13 miopen_exception(miopenStatus_t status, const char* msg) in miopen_exception() function
16 miopen_exception(miopenStatus_t status, const std::string& msg) in miopen_exception() function
25 throw miopen_exception(status, std::string(miopenGetErrorString(status)) + in MIOPEN_CHECK()
28 throw miopen_exception(status, miopenGetErrorString(status)); in MIOPEN_CHECK()