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

Function af_min_by_key

src/api/c/reduce.cpp:500–503  ·  view source on GitHub ↗

by key versions

Source from the content-addressed store, hash-verified

498
499// by key versions
500af_err af_min_by_key(af_array *keys_out, af_array *vals_out,
501 const af_array keys, const af_array vals, const int dim) {
502 return reduce_by_key_common<af_min_t>(keys_out, vals_out, keys, vals, dim);
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) {

Callers 1

minByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected