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

Function GetRendezvousKey

tensorflow/core/kernels/sendrecv_ops.cc:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static void GetRendezvousKey(const string& key_prefix,
36 const FrameAndIter& frame_iter, string* key) {
37 key->clear();
38 strings::StrAppend(key, key_prefix, ";", frame_iter.frame_id, ":",
39 frame_iter.iter_id);
40}
41
42static FrameAndIter GetFrameAndIter(OpKernelContext* ctx,
43 bool hostmem_sendrecv) {

Callers 6

SendOpMethod · 0.70
ComputeMethod · 0.70
RecvOpMethod · 0.70
ComputeAsyncMethod · 0.70
RefSendOpMethod · 0.70
RefRecvOpMethod · 0.70

Calls 2

StrAppendFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected