Searched defs:set_timer_callback (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ | ||
D | tcp_client.cc | 335 void TcpClient::set_timer_callback(const OnTimer &timer) { on_timer_callback_ = timer; } in set_timer_callback() function in mindspore::ps::core::TcpClient |
D | tcp_server.cc | 146 void TcpServer::set_timer_callback(const OnTimer &timer) { on_timer_callback_ = timer; } in set_timer_callback() function in mindspore::ps::core::TcpServer |