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

Function regions

src/api/c/regions.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23template<typename T>
24static af_array regions(af_array const &in, af_connectivity connectivity) {
25 return getHandle<T>(regions<T>(getArray<char>(in), connectivity));
26}
27
28af_err af_regions(af_array *out, const af_array in,
29 const af_connectivity connectivity, const af_dtype type) {

Callers 1

TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected