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

Function dsep

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

Source from the content-addressed store, hash-verified

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) {
33 return (max<float>(abs(left - right)) > 1e-6);

Callers

nothing calls this directly

Calls 1

convolveFunction · 0.50

Tested by

no test coverage detected