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

Function af_all_true

src/api/c/reduce.cpp:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
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);

Callers 1

allTrueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected