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

Function af_any_true_by_key

src/api/c/reduce.cpp:549–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
551 const int dim) {
552 return reduce_by_key_type<af_or_t, char>(keys_out, vals_out, keys, vals,
553 dim);
554}
555
556template<af_op_t op, typename Ti, typename To>
557static inline af_array reduce_all_array(const af_array in,

Callers 1

anyTrueByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected