Home
last modified time | relevance | path

Searched defs:exception_type (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dlog_adapter_py.h40 static void HandleExceptionPy(ExceptionType exception_type, const std::string &str) { in HandleExceptionPy()
/third_party/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py220 def __exit__(self, exception_type, exception_value, traceback): argument
/third_party/mindspore/mindspore-src/source/tests/st/msrun/
Dtest_msrun_exception.py37 exception_type = args.exception_type variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dpython_utils.h393 auto exception_type = abi::__cxa_current_exception_type(); in catch() local
/third_party/python/Lib/test/
Dtest_fstring.py29 def assertAllRaise(self, exception_type, regex, error_strings): argument
Dtest_fileinput.py171 def __init__(self, exception_type): argument
/third_party/python/Python/
Derrors.c82 _PyErr_CreateException(PyObject *exception_type, PyObject *value) in _PyErr_CreateException()
/third_party/python/Modules/
Doverlapped.c135 PyObject *exception_type; in SetFromWindowsErr() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc1550 …std::string exception_type = raiseutils::GetExceptionType(inputs[1]->abstract(), inputs[index_end]… in ConvertRaise() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc4221 std::string exception_type = in EvalPrim() local