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

Function flat

src/api/cpp/data.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218array flat(const array &in) {
219 af_array out = 0;
220 AF_THROW(af_flat(&out, in.get()));
221 return array(out);
222}
223
224array join(const int dim, const array &first, const array &second) {
225 af_array out = 0;

Callers 7

TESTFunction · 0.50
median_flatFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
indexBySeqsFunction · 0.50
sweFunction · 0.50
mainFunction · 0.50

Calls 3

af_flatFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected