Home
last modified time | relevance | path

Searched defs:HandleException (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dasync_eval_result.cc58 void AnalysisSchedule::HandleException(const std::exception &ex) { in HandleException() function in mindspore::abstract::AnalysisSchedule
/third_party/python/Modules/_ctypes/
Dcallproc.c434 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc1399 std::vector<AnfNodePtr> Parser::HandleException(const FunctionBlockPtr &block, const py::list &args, in HandleException() function in mindspore::parse::Parser