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

Function BM_RPC

tensorflow/core/distributed_runtime/rpcbench_test.cc:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 ->ArgPair(60, 5);
234
235static void BM_RPC(int iters, int width, int tensor_size) {
236 BM_Helper(iters, width, 2 /*num_stages*/, tensor_size, true /*multi-device*/);
237}
238BENCHMARK(BM_RPC)->ArgPair(30, 2)->ArgPair(30, 1000)->ArgPair(30, 100000);
239
240static void BM_SingleDevice(int iters, int width, int num_stages) {

Callers

nothing calls this directly

Calls 1

BM_HelperFunction · 0.85

Tested by

no test coverage detected