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

Function af_count_by_key

src/api/c/reduce.cpp:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535af_err af_count_by_key(af_array *keys_out, af_array *vals_out,
536 const af_array keys, const af_array vals,
537 const int dim) {
538 return reduce_by_key_type<af_notzero_t, uint>(keys_out, vals_out, keys,
539 vals, dim);
540}
541
542af_err af_all_true_by_key(af_array *keys_out, af_array *vals_out,
543 const af_array keys, const af_array vals,

Callers 1

countByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected