Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc335 std::string exName(abi::__cxa_current_exception_type()->name()); in FinalizeGe() local
336 …OR) << "Error occurred when deleting GE graph runner and session fail. Exception name: " << exName; in FinalizeGe()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc868 std::string exName(abi::__cxa_current_exception_type()->name()); in Compile() local
869 MS_LOG(EXCEPTION) << "Error occurred when compile graph. Exception name: " << exName; in Compile()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc2005 std::string exName(abi::__cxa_current_exception_type()->name()); in ExecuteAllTaskInQueue() local
2006 MS_LOG(EXCEPTION) << "Error occurred when execute task in queue. Exception name: " << exName; in ExecuteAllTaskInQueue()