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

Function gfor

test/resize.cpp:414–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 array B = constant(0, 200, 200, 3);
413
414 gfor(seq ii, 3) { B(span, span, ii) = resize(A(span, span, ii), 200, 200); }
415
416 for (int ii = 0; ii < 3; ii++) {
417 array c_ii = resize(A(span, span, ii), 200, 200);

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.50

Tested by

no test coverage detected