Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::internal::MeanReducer< T > Struct Template Reference

#include <TensorFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEfinalize (const T accum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEfinalizeBoth (const T saccum, const Packet &vaccum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet finalizePacket (const Packet &vaccum) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEinitialize () const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE MeanReducer ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reduce (const T t, T *accum)
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reducePacket (const Packet &p, Packet *accum)
 

Static Public Attributes

static const bool IsStateful = true
 
static const bool PacketAccess = packet_traits<T>::HasAdd && !NumTraits<T>::IsInteger
 

Protected Attributes

DenseIndex packetCount_
 
DenseIndex scalarCount_
 

Detailed Description

template<typename T>
struct Eigen::internal::MeanReducer< T >

Definition at line 141 of file TensorFunctors.h.

Constructor & Destructor Documentation

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::MeanReducer< T >::MeanReducer ( )
inline

Definition at line 147 of file TensorFunctors.h.

Member Function Documentation

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::finalize ( const T  accum) const
inline

Definition at line 168 of file TensorFunctors.h.

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::finalizeBoth ( const T  saccum,
const Packet vaccum 
) const
inline

Definition at line 176 of file TensorFunctors.h.

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MeanReducer< T >::finalizePacket ( const Packet vaccum) const
inline

Definition at line 172 of file TensorFunctors.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MeanReducer< T >::initialize ( ) const
inline

Definition at line 160 of file TensorFunctors.h.

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MeanReducer< T >::initializePacket ( ) const
inline

Definition at line 165 of file TensorFunctors.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MeanReducer< T >::reduce ( const T  t,
T *  accum 
)
inline

Definition at line 149 of file TensorFunctors.h.

template<typename T >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::MeanReducer< T >::reducePacket ( const Packet p,
Packet accum 
)
inline

Definition at line 155 of file TensorFunctors.h.

Member Data Documentation

template<typename T >
const bool Eigen::internal::MeanReducer< T >::IsStateful = true
static

Definition at line 144 of file TensorFunctors.h.

template<typename T >
const bool Eigen::internal::MeanReducer< T >::PacketAccess = packet_traits<T>::HasAdd && !NumTraits<T>::IsInteger
static

Definition at line 143 of file TensorFunctors.h.

template<typename T >
DenseIndex Eigen::internal::MeanReducer< T >::packetCount_
protected

Definition at line 183 of file TensorFunctors.h.

template<typename T >
DenseIndex Eigen::internal::MeanReducer< T >::scalarCount_
protected

Definition at line 182 of file TensorFunctors.h.


The documentation for this struct was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:39