TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Eigen::internal::MaxReducer< T, NaNPropagation > Struct Template Reference

#include <TensorFunctors.h>

Public Member Functions

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
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T initialize () const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize (const T accum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet finalizePacket (const Packet &vaccum) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalizeBoth (const T saccum, const Packet &vaccum) const
 

Member Function Documentation

◆ finalize()

template<typename T , int NaNPropagation = PropagateFast>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MaxReducer< T, NaNPropagation >::finalize ( const T  accum) const
inline

◆ finalizeBoth()

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

◆ finalizePacket()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MaxReducer< T, NaNPropagation >::finalizePacket ( const Packet vaccum) const
inline

◆ initialize()

template<typename T , int NaNPropagation = PropagateFast>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MaxReducer< T, NaNPropagation >::initialize ( ) const
inline

◆ initializePacket()

template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::MaxReducer< T, NaNPropagation >::initializePacket ( ) const
inline

◆ reduce()

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

◆ reducePacket()

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

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