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

Function af_product_by_key

src/api/c/reduce.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515af_err af_product_by_key(af_array *keys_out, af_array *vals_out,
516 const af_array keys, const af_array vals,
517 const int dim) {
518 return reduce_promote_by_key<af_mul_t>(keys_out, vals_out, keys, vals, dim);
519}
520
521af_err af_sum_by_key_nan(af_array *keys_out, af_array *vals_out,
522 const af_array keys, const af_array vals,

Callers 1

productByKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected