Searched defs:AvgPoolMeanReducer (Results 1 – 1 of 1) sorted by relevance
276 struct AvgPoolMeanReducer { struct285 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE AvgPoolMeanReducer() : scalarCount_(0) { in AvgPoolMeanReducer() argument290 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reduce(const T t, T* accum) { in reduce()297 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T initialize() const { in initialize()301 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { in finalize()331 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reducePacket(const Packet& p, in reducePacket()337 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reducePacketWithType( in reducePacketWithType()370 struct reducer_traits<AvgPoolMeanReducer<float>, Device> { argument