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

Function Do3DYReduce

tensorflow/core/kernels/reduction_ops_test.cc:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static void Do3DYReduce(int iters, const string& device, const string& reduce,
112 int num_x, int num_y) {
113 testing::ItemsProcessed(static_cast<int64>(iters) * num_x * num_y);
114 testing::BytesProcessed(static_cast<int64>(iters) * num_x * num_y *
115 sizeof(float));
116 test::Benchmark(device, ThreeDYReduce(reduce, num_x, num_y)).Run(iters);
117}
118
119static void Do3DXZReduce(int iters, const string& device, const string& reduce,
120 int num_x, int num_y) {

Callers 1

BM_Sum3DYReduceGPUFunction · 0.85

Calls 5

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

Tested by

no test coverage detected