Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/core/
Dpy_util_helpers.py50 self.except_msg = "".join(traceback.format_exception(*except_info))
56 self.except_type.__name__, self.where, self.except_msg)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc333 task_info->except_msg = message; in QueryResultProcess()
380 << "\n except_msg : " << task_info.except_msg; in ParseTargetJobStatus()
385 << "\n except_msg : " << task_info.except_msg in ParseTargetJobStatus()
454 << "\n Except_msg: " << task_info.except_msg; in QueryFusionFinishJob()
782 auto except_msg = FilterExceptionMessage(all_logs); in OpSelectAndCheckResultProcess() local
784 … << "\n exception message:" << except_msg << "\n node trace: " << trace::DumpSourceLines(node); in OpSelectAndCheckResultProcess()
Dascend_kernel_compile.h39 std::string except_msg; member