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

Function gfor

test/medfilt.cpp:451–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 array B = constant(0, dims);
450
451 gfor(seq ii, 3) { B(span, span, ii) = medfilt(A(span, span, ii)); }
452
453 for (int ii = 0; ii < 3; ii++) {
454 array c_ii = medfilt(A(span, span, ii));

Callers

nothing calls this directly

Calls 2

medfiltFunction · 0.85
medfilt1Function · 0.50

Tested by

no test coverage detected