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

Function af_max_by_key

src/api/c/reduce.cpp:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505af_err af_max_by_key(af_array *keys_out, af_array *vals_out,
506 const af_array keys, const af_array vals, const int dim) {
507 return reduce_by_key_common<af_max_t>(keys_out, vals_out, keys, vals, dim);
508}
509
510af_err af_sum_by_key(af_array *keys_out, af_array *vals_out,
511 const af_array keys, const af_array vals, const int dim) {

Callers 1

maxByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected