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

Function BM_ManyConsts_Parallel

tensorflow/core/kernels/constant_op_test.cc:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void BM_ManyConsts_Parallel(int iters, int num) {
114 testing::ItemsProcessed(static_cast<int64>(iters) * num);
115 test::Benchmark("cpu", ManyConsts(num, false /* !sequential */)).Run(iters);
116}
117BENCHMARK(BM_ManyConsts_Parallel)->Range(1, 1 << 10);
118
119static void BM_ManyConsts_Sequential(int iters, int num) {

Callers

nothing calls this directly

Calls 4

ItemsProcessedFunction · 0.85
ManyConstsFunction · 0.85
BenchmarkClass · 0.50
RunMethod · 0.45

Tested by

no test coverage detected