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

Function GetRendezvousKeyPrefix

tensorflow/core/kernels/sendrecv_ops.cc:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace tensorflow {
25
26static string GetRendezvousKeyPrefix(const string& send_device,
27 const string& recv_device,
28 const uint64 send_device_incarnation,
29 const string& tensor_name) {
30 return strings::StrCat(send_device, ";",
31 strings::FpToString(send_device_incarnation), ";",
32 recv_device, ";", tensor_name);
33}
34
35static void GetRendezvousKey(const string& key_prefix,
36 const FrameAndIter& frame_iter, string* key) {

Callers 4

SendOpMethod · 0.70
RecvOpMethod · 0.70
RefSendOpMethod · 0.70
RefRecvOpMethod · 0.70

Calls 2

FpToStringFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected