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

Function scanByKey

src/api/cpp/scan.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27array scanByKey(const array& key, const array& in, const int dim, binaryOp op,
28 bool inclusive_scan) {
29 af_array out = 0;
30 AF_THROW(
31 af_scan_by_key(&out, key.get(), in.get(), dim, op, inclusive_scan));
32 return array(out);
33}
34} // namespace af

Callers 2

scanByKeyTestFunction · 0.85
TESTFunction · 0.85

Calls 3

af_scan_by_keyFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected