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

Function af_max_ragged

src/api/c/reduce.cpp:1070–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070af_err af_max_ragged(af_array *val, af_array *idx, const af_array in,
1071 const af_array ragged_len, const int dim) {
1072 return rreduce_common<af_max_t>(val, idx, in, ragged_len, dim);
1073}
1074
1075template<af_op_t op, typename T, typename Tret = T>
1076static inline Tret ireduce_all(unsigned *loc, const af_array in) {

Callers 1

maxFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected