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

Function convolve

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

Source from the content-addressed store, hash-verified

41
42template<typename T, typename accT>
43inline af_array convolve(const af_array &s, const af_array &f,
44 AF_BATCH_KIND kind, const int rank,
45 const bool expand) {
46 return getHandle(convolve<T, accT>(getArray<T>(s), castArray<accT>(f), kind,
47 rank, expand));
48}
49
50template<typename T, typename accT>
51inline af_array convolve2(const af_array &s, const af_array &c_f,

Callers 15

af_convolve1Function · 0.70
af_convolve2Function · 0.70
af_convolve3Function · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
sweFunction · 0.50
harris_demoFunction · 0.50
dsepFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 7

swapFunction · 0.85
getHandleFunction · 0.70
af_retain_arrayFunction · 0.70
identifyBatchKindFunction · 0.70
getTypeMethod · 0.45
dimsMethod · 0.45
ndimsMethod · 0.45

Tested by

no test coverage detected