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

Function af_count

src/api/c/reduce.cpp:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487af_err af_count(af_array *out, const af_array in, const int dim) {
488 return reduce_type<af_notzero_t, uint>(out, in, dim);
489}
490
491af_err af_all_true(af_array *out, const af_array in, const int dim) {
492 return reduce_type<af_and_t, char>(out, in, dim);

Callers 1

countFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected