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

Method MeanOp

src/backend/cpu/kernel/mean.hpp:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 To runningMean;
22 Tw runningCount;
23 MeanOp(Ti mean, Tw count)
24 : transform(), runningMean(transform(mean)), runningCount(count) {}
25
26 /// Prevents the optimzation of the mean calculation by some compiler flags
27 /// specifically -march=native.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected