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

Function af_imax

src/api/c/reduce.cpp:998–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996}
997
998af_err af_imax(af_array *val, af_array *idx, const af_array in, const int dim) {
999 return ireduce_common<af_max_t>(val, idx, in, dim);
1000}
1001
1002template<af_op_t op>
1003static af_err rreduce_common(af_array *val, af_array *idx, const af_array in,

Callers 1

maxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected