Home
last modified time | relevance | path

Searched defs:SetException (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Dforward_task.cc32 void FrontendTask::SetException(const std::exception_ptr &e) { in SetException() function in mindspore::pynative::FrontendTask
55 void SliceOpFrontendTask::SetException(const std::exception_ptr &e) { in SetException() function in mindspore::pynative::SliceOpFrontendTask
77 void AllocViewMemBackendTask::SetException(const std::exception_ptr &e) { in SetException() function in mindspore::pynative::AllocViewMemBackendTask
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_exception.h37 void SetException() { in SetException() function
80 void SetException() { in SetException() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dstub_tensor.cc100 void StubNode::SetException(const std::exception_ptr &e_ptr) { in SetException() function in mindspore::stub::StubNode
272 void SequenceNode::SetException(const std::exception_ptr &e_ptr) { in SetException() function in mindspore::stub::SequenceNode
301 void AnyTypeNode::SetException(const std::exception_ptr &e_ptr) { in SetException() function in mindspore::stub::AnyTypeNode
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pipeline/task/
Dtask.h47 virtual void SetException(const std::exception_ptr & /* e */) {} in SetException() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dasync_eval_result.h378 void SetException() { in SetException() function
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dinfer_mindir.cc42 void SetException(bool flag) { raise_exception_ = flag; } in SetException() function in mindspore::__anon9d04f1ac0111::MindIREngine
/third_party/python/Modules/_ctypes/
Dcallproc.c282 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function