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

Function scan

src/api/c/scan.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template<af_op_t op, typename Ti, typename To>
31static inline af_array scan(const af_array in, const int dim,
32 bool inclusive_scan = true) {
33 return getHandle(scan<op, Ti, To>(getArray<Ti>(in), dim, inclusive_scan));
34}
35
36template<af_op_t op, typename Ti, typename To>
37static inline af_array scan_key(const af_array key, const af_array in,

Callers 3

TESTFunction · 0.50
deathTestFunction · 0.50
mainFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by 1

deathTestFunction · 0.40