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

Function full

examples/getting_started/convolve.cpp:29–29  ·  view source on GitHub ↗

save output for value checks wrapper functions for timeit() below

Source from the content-addressed store, hash-verified

27static array full_out, dsep_out, hsep_out; // save output for value checks
28// wrapper functions for timeit() below
29static void full() { full_out = convolve2(img, kernel); }
30static void dsep() { dsep_out = convolve(dx, spread, img); }
31
32static bool fail(array &left, array &right) {

Callers

nothing calls this directly

Calls 1

convolve2Function · 0.50

Tested by

no test coverage detected