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

Function BM_Send

tensorflow/core/kernels/sendrecv_ops_test.cc:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static void BM_Send(int iters) {
58 testing::UseRealTime();
59 testing::ItemsProcessed(static_cast<int64>(iters));
60 test::Benchmark("cpu", Send(), nullptr, nullptr, new DummyRendezvous)
61 .Run(iters);
62}
63BENCHMARK(BM_Send);
64
65static void BM_Recv(int iters) {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected