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

Function af_min

src/api/c/reduce.cpp:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461af_err af_min(af_array *out, const af_array in, const int dim) {
462 return reduce_common<af_min_t>(out, in, dim);
463}
464
465af_err af_max(af_array *out, const af_array in, const int dim) {
466 return reduce_common<af_max_t>(out, in, dim);

Callers 1

minFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected