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

Function af_any_true

src/api/c/reduce.cpp:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495af_err af_any_true(af_array *out, const af_array in, const int dim) {
496 return reduce_type<af_or_t, char>(out, in, dim);
497}
498
499// by key versions
500af_err af_min_by_key(af_array *keys_out, af_array *vals_out,

Callers 1

anyTrueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected