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

Function Do3DYCumsum

tensorflow/core/kernels/scan_ops_test.cc:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static void Do3DYCumsum(int iters, const string& device, int num_x, int num_y,
94 bool reverse = false) {
95 testing::ItemsProcessed(static_cast<int64>(iters) * num_x * num_y);
96 testing::BytesProcessed(static_cast<int64>(iters) * num_x * num_y *
97 sizeof(float));
98 test::Benchmark(device, ThreeDYCumsum(num_x, num_y, reverse)).Run(iters);
99}
100
101static void BM_OneDCumsumGPU(int iters, int num_x) {
102 LargeOneDimensional<float>(iters, "gpu", num_x);

Callers 2

BM_Sum3DYCumsumGPUFunction · 0.85

Calls 5

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

Tested by

no test coverage detected