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

Function BM_SingleDevice

tensorflow/core/distributed_runtime/rpcbench_test.cc:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238BENCHMARK(BM_RPC)->ArgPair(30, 2)->ArgPair(30, 1000)->ArgPair(30, 100000);
239
240static void BM_SingleDevice(int iters, int width, int num_stages) {
241 BM_Helper(iters, width, num_stages, 2 /*tensor_size*/,
242 false /*not multi-device*/);
243}
244BENCHMARK(BM_SingleDevice)
245 ->ArgPair(1, 1)
246 ->ArgPair(30, 2)

Callers

nothing calls this directly

Calls 1

BM_HelperFunction · 0.85

Tested by

no test coverage detected