Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Druntime_error_codes.cc91 std::string GetErrorMsg(uint32_t rt_error_code) { in GetErrorMsg() argument
92 auto find_iter = error_msg.find(rt_error_code); in GetErrorMsg()
94 return "Return error code unknown, ret code: " + std::to_string(rt_error_code); in GetErrorMsg()
Druntime_error_codes.h22 std::string GetErrorMsg(uint32_t rt_error_code);