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

Function gfor

test/bilateral.cpp:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 array B = constant(0, dims);
188
189 gfor(seq ii, 3) { B(span, span, ii) = bilateral(A(span, span, ii), 3, 5); }
190
191 for (int ii = 0; ii < 3; ii++) {
192 array c_ii = bilateral(A(span, span, ii), 3, 5);

Callers

nothing calls this directly

Calls 1

bilateralFunction · 0.50

Tested by

no test coverage detected