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

Function gfor

test/convolve.cpp:627–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 array K = randu(3, 3);
626
627 gfor(seq ii, 3) { B(span, span, ii) = convolve2(A(span, span, ii), K); }
628
629 for (int ii = 0; ii < 3; ii++) {
630 array c_ii = convolve2(A(span, span, ii), K);

Callers

nothing calls this directly

Calls 1

convolve2Function · 0.50

Tested by

no test coverage detected