Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device > Struct Template Reference

#include <TensorCustomOp.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = (internal::packet_traits<Scalar>::size > 1), BlockAccess = false, Layout = TensorEvaluator<LhsXprType, Device>::Layout,
  CoordAccess = false, RawAccess = false
}
 
typedef internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef internal::traits< XprType >::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC CoeffReturnTypedata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *data)
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

static const int NumDims = internal::traits<XprType>::NumDimensions
 
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Protected Member Functions

EIGEN_DEVICE_FUNC void evalTo (Scalar *data)
 

Protected Attributes

const Device & m_device
 
Dimensions m_dimensions
 
const XprType m_op
 
CoeffReturnTypem_result
 

Detailed Description

template<typename CustomBinaryFunc, typename LhsXprType, typename RhsXprType, typename Device>
struct Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >

Definition at line 236 of file TensorCustomOp.h.

Member Typedef Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::CoeffReturnType

Definition at line 243 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::Dimensions

Definition at line 241 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef internal::traits<XprType>::Index Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::Index

Definition at line 239 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::PacketReturnType

Definition at line 244 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::Scalar

Definition at line 242 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType> Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::XprType

Definition at line 238 of file TensorCustomOp.h.

Member Enumeration Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 247 of file TensorCustomOp.h.

Constructor & Destructor Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 256 of file TensorCustomOp.h.

Member Function Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::cleanup ( )
inline

Definition at line 275 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::coeff ( Index  index) const
inline

Definition at line 282 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 291 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType* Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::data ( ) const
inline

Definition at line 296 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::dimensions ( ) const
inline

Definition at line 262 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType data)
inline

Definition at line 264 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
EIGEN_DEVICE_FUNC void Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::evalTo ( Scalar data)
inlineprotected

Definition at line 299 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::packet ( Index  index) const
inline

Definition at line 287 of file TensorCustomOp.h.

Member Data Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
const Device& Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::m_device
protected

Definition at line 306 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::m_dimensions
protected

Definition at line 304 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
const XprType Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::m_op
protected

Definition at line 305 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
CoeffReturnType* Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::m_result
protected

Definition at line 307 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
const int Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::NumDims = internal::traits<XprType>::NumDimensions
static

Definition at line 240 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
const int Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 245 of file TensorCustomOp.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:24