Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::ProdReducer< 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 void reduce (const T t, T *accum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reducePacket (const Packet &p, Packet *accum) const
 

Static Public Attributes

static const bool IsStateful = false
 
static const bool PacketAccess = packet_traits<T>::HasMul
 

Detailed Description

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

Definition at line 303 of file TensorFunctors.h.

Member Function Documentation

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

Definition at line 325 of file TensorFunctors.h.

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

Definition at line 333 of file TensorFunctors.h.

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

Definition at line 329 of file TensorFunctors.h.

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

Definition at line 317 of file TensorFunctors.h.

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

Definition at line 322 of file TensorFunctors.h.

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

Definition at line 308 of file TensorFunctors.h.

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

Definition at line 313 of file TensorFunctors.h.

Member Data Documentation

template<typename T >
const bool Eigen::internal::ProdReducer< T >::IsStateful = false
static

Definition at line 306 of file TensorFunctors.h.

template<typename T >
const bool Eigen::internal::ProdReducer< T >::PacketAccess = packet_traits<T>::HasMul
static

Definition at line 305 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:40