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

Function gfor

test/histogram.cpp:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 array B = constant(0, 100, 1, 3);
237
238 gfor(seq ii, 3) { B(span, span, ii) = histogram(A(span, span, ii), 100); }
239
240 for (int ii = 0; ii < 3; ii++) {
241 array c_ii = histogram(A(span, span, ii), 100);

Callers

nothing calls this directly

Calls 1

histogramFunction · 0.50

Tested by

no test coverage detected