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

Function DoColCumsum

tensorflow/core/kernels/scan_ops_test.cc:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void DoColCumsum(int iters, const string& device, int num_x, int num_y,
86 bool reverse = false) {
87 testing::ItemsProcessed(static_cast<int64>(iters) * num_x * num_y);
88 testing::BytesProcessed(static_cast<int64>(iters) * num_x * num_y *
89 sizeof(float));
90 test::Benchmark(device, ColCumsum(num_x, num_y, reverse)).Run(iters);
91}
92
93static void Do3DYCumsum(int iters, const string& device, int num_x, int num_y,
94 bool reverse = false) {

Callers 2

BM_Sum2DColumnCumsumGPUFunction · 0.85

Calls 5

ItemsProcessedFunction · 0.85
BytesProcessedFunction · 0.85
ColCumsumFunction · 0.85
BenchmarkClass · 0.50
RunMethod · 0.45

Tested by

no test coverage detected