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

Function Recv

tensorflow/core/kernels/sendrecv_ops_test.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static Graph* Recv() {
52 Graph* g = new Graph(OpRegistry::Global());
53 test::graph::Recv(g, "T", "float", "/cpu:0", 1, "/cpu:0");
54 return g;
55}
56
57static void BM_Send(int iters) {
58 testing::UseRealTime();

Callers 3

SendFunction · 0.70
BM_RecvFunction · 0.70
BM_FeedInputFetchOutputFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected