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

Function convolve2

src/api/cpp/convolve.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48array convolve2(const array &signal, const array &filter, const convMode mode,
49 convDomain domain) {
50 af_array out = 0;
51 AF_THROW(af_convolve2(&out, signal.get(), filter.get(), mode, domain));
52 return array(out);
53}
54
55array convolve2NN(
56 const array &signal, const array &filter,

Callers 1

convolveFunction · 0.70

Calls 3

af_convolve2Function · 0.85
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected