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

Function BM_Recv

tensorflow/core/kernels/sendrecv_ops_test.cc:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63BENCHMARK(BM_Send);
64
65static void BM_Recv(int iters) {
66 testing::UseRealTime();
67 testing::ItemsProcessed(static_cast<int64>(iters));
68 test::Benchmark("cpu", Recv(), nullptr, nullptr, new DummyRendezvous)
69 .Run(iters);
70}
71BENCHMARK(BM_Recv);
72
73} // namespace

Callers

nothing calls this directly

Calls 5

UseRealTimeFunction · 0.85
ItemsProcessedFunction · 0.85
RecvFunction · 0.70
BenchmarkClass · 0.50
RunMethod · 0.45

Tested by

no test coverage detected