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

Function gfor

test/fftconvolve.cpp:557–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 array K = randu(3, 3);
556
557 gfor(seq ii, 3) { B(span, span, ii) = fftConvolve2(A(span, span, ii), K); }
558
559 for (int ii = 0; ii < 3; ii++) {
560 array c_ii = fftConvolve2(A(span, span, ii), K);

Callers

nothing calls this directly

Calls 1

fftConvolve2Function · 0.85

Tested by

no test coverage detected