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

Function af_max

src/api/c/reduce.cpp:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
467}
468
469af_err af_sum(af_array *out, const af_array in, const int dim) {
470 return reduce_promote<af_add_t>(out, in, dim);

Callers 1

maxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected