Home
last modified time | relevance | path

Searched refs:exception_handler_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h188 …static void set_exception_handler(ExceptionHandler exception_handler) { exception_handler_ = excep… in set_exception_handler()
200 inline static ExceptionHandler exception_handler_ = nullptr; variable
Dlog_adapter.cc165 if (exception_handler_ != nullptr) { in operator ^()
166 exception_handler_(exception_type_, oss.str()); in operator ^()