Searched defs:HandleException (Results 1 – 3 of 3) sorted by relevance
58 void AnalysisSchedule::HandleException(const std::exception &ex) { in HandleException() function in mindspore::abstract::AnalysisSchedule
434 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function
1399 std::vector<AnfNodePtr> Parser::HandleException(const FunctionBlockPtr &block, const py::list &args, in HandleException() function in mindspore::parse::Parser