Home
last modified time | relevance | path

Searched defs:tcp_comm (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc184 auto tcp_comm = communicator_with_server_; in InitCommunicatorWithWorker() local
296 auto tcp_comm = std::dynamic_pointer_cast<ps::core::TcpCommunicator>(communicator_with_server_); in RegisterCommCallbacks() local
515 auto tcp_comm = std::dynamic_pointer_cast<ps::core::TcpCommunicator>(communicator_with_server_); in HandleEnableServerRequest() local
533 auto tcp_comm = std::dynamic_pointer_cast<ps::core::TcpCommunicator>(communicator_with_server_); in HandleDisableServerRequest() local
551 auto tcp_comm = std::dynamic_pointer_cast<ps::core::TcpCommunicator>(communicator_with_server_); in HandleNewInstanceRequest() local
590 auto tcp_comm = std::dynamic_pointer_cast<ps::core::TcpCommunicator>(communicator_with_server_); in HandleQueryInstanceRequest() local
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.cc486 auto tcp_comm = std::make_shared<TcpCommunicator>(task_executor, this); in GetOrCreateTcpComm() local