| 238 | BENCHMARK(BM_RPC)->ArgPair(30, 2)->ArgPair(30, 1000)->ArgPair(30, 100000); |
| 239 | |
| 240 | static 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 | } |
| 244 | BENCHMARK(BM_SingleDevice) |
| 245 | ->ArgPair(1, 1) |
| 246 | ->ArgPair(30, 2) |
nothing calls this directly
no test coverage detected