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

Function af_all_true_by_key

src/api/c/reduce.cpp:542–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
544 const int dim) {
545 return reduce_by_key_type<af_and_t, char>(keys_out, vals_out, keys, vals,
546 dim);
547}
548
549af_err af_any_true_by_key(af_array *keys_out, af_array *vals_out,
550 const af_array keys, const af_array vals,

Callers 1

allTrueByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected