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

Function MakeStringKey

tensorflow/core/common_runtime/rendezvous_util_test.cc:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47string MakeStringKey(const string& name) {
48 return Rendezvous::CreateKey(
49 "/job:localhost/replica:0/task:0/device:CPU:0", 0,
50 "/job:localhost/replica:0/task:0/device:GPU:0", name, FrameAndIter(0, 0));
51}
52
53TEST_F(RendezvousUtilTest, SendBeforeRecv) {
54 // Fire off sends before receive the tensors.

Callers 1

TEST_FFunction · 0.85

Calls 1

FrameAndIterClass · 0.85

Tested by

no test coverage detected