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

Function GetRendezvousKey

tensorflow/core/kernels/fuserecv_ops.cc:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FuseRecvOpMethod · 0.70
ComputeAsyncMethod · 0.70

Calls 2

StrAppendFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected