Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/communicator/
Dtcp_communicator.cc111 void TcpCommunicator::RegisterEventCallback(const core::ClusterEvent &event, const EventCallback &e… in RegisterEventCallback() function in mindspore::ps::core::TcpCommunicator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/aicpu_sharder/
Daicpu_context.cc194 status_t RegisterEventCallback(uint32_t event_id, uint32_t subevent_id, std::function<void(void *)>… in RegisterEventCallback() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dabstract_node.cc244 void AbstractNode::RegisterEventCallback(const core::ClusterEvent &event, const EventCallback &even… in RegisterEventCallback() function in mindspore::ps::core::AbstractNode