Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::MaxReducer< 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>::HasMax
 

Detailed Description

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

Definition at line 221 of file TensorFunctors.h.

Member Function Documentation

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

Definition at line 240 of file TensorFunctors.h.

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

Definition at line 248 of file TensorFunctors.h.

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

Definition at line 244 of file TensorFunctors.h.

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

Definition at line 233 of file TensorFunctors.h.

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

Definition at line 237 of file TensorFunctors.h.

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

Definition at line 226 of file TensorFunctors.h.

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

Definition at line 230 of file TensorFunctors.h.

Member Data Documentation

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

Definition at line 224 of file TensorFunctors.h.

template<typename T >
const bool Eigen::internal::MaxReducer< T >::PacketAccess = packet_traits<T>::HasMax
static

Definition at line 223 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