MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / gfor

Function gfor

test/meanshift.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 array B = constant(0, dims);
163
164 gfor(seq ii, 3) {
165 B(span, span, ii) = meanShift(A(span, span, ii), 3, 5, 3);
166 }
167
168 for (int ii = 0; ii < 3; ii++) {
169 array c_ii = meanShift(A(span, span, ii), 3, 5, 3);

Callers

nothing calls this directly

Calls 1

meanShiftFunction · 0.50

Tested by

no test coverage detected