| 38 | |
| 39 | template<typename Ti, typename To> |
| 40 | static To mean(const af_array &in) { |
| 41 | using Tw = typename baseOutType<To>::type; |
| 42 | return mean<Ti, Tw, To>(getArray<Ti>(in)); |
| 43 | } |
| 44 | |
| 45 | template<typename T> |
| 46 | static T mean(const af_array &in, const af_array &weights) { |
no outgoing calls
no test coverage detected