Home
last modified time | relevance | path

Searched defs:MessageHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/include/async/
Dasync.h31 using MessageHandler = std::function<void(ActorBase *)>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/common/
Dascend_utils.cc141 void ErrorManagerAdapter::MessageHandler(std::ostringstream *oss) { in MessageHandler() function in mindspore::device::ascend::ErrorManagerAdapter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/
Dconstants.h137 using MessageHandler = std::function<MessageBase *const(MessageBase *const)>; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dlog_adapter.h306 using MessageHandler = void (*)(std::ostringstream *oss); variable