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

Function BM_Sum3DYCumsumGPU_reverse

tensorflow/core/kernels/scan_ops_test.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139BENCHMARK(BM_Sum2DColumnCumsumGPU_reverse)->RangePair(1, 8192, 1, 8192);
140
141static void BM_Sum3DYCumsumGPU_reverse(int iters, int num_x, int num_y) {
142 Do3DYCumsum(iters, "gpu", num_x, num_y, true);
143}
144BENCHMARK(BM_Sum3DYCumsumGPU_reverse)->RangePair(32, 2048, 32, 2048);
145
146} // end namespace tensorflow

Callers

nothing calls this directly

Calls 1

Do3DYCumsumFunction · 0.85

Tested by

no test coverage detected