MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Connect

Method Connect

tensorflow/contrib/verbs/rdma.cc:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void RdmaChannel::Connect() {
695 {
696 mutex_lock lock{mu_};
697 CHECK(remote_set_) << "remote channel is not set";
698 }
699 Connect(remote_);
700}
701
702// Setup channel to a remote node
703// Args:

Callers 2

SetupChannelsMethod · 0.45
GetRemoteAddressSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected