TR-mbed 1.0
Loading...
Searching...
No Matches
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 = (PacketType<CoeffReturnType, Device>::size > 1) , BlockAccess = false , PreferBlockAccess = false ,
  Layout = TensorEvaluator<LhsXprType, Device>::Layout , CoordAccess = false , RawAccess = false
}
 
typedef TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > XprType
 
typedef internal::traits< XprType >::Index Index
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Scalar Scalar
 
typedef internal::remove_const< typenameXprType::CoeffReturnType >::type CoeffReturnType
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef Eigen::internal::traits< XprType >::PointerType TensorPointerType
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef Storage::Type EvaluatorPointerType
 
typedef internal::TensorBlockNotImplemented TensorBlock
 

Public Member Functions

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

Static Public Attributes

static const int NumDims = internal::traits<XprType>::NumDimensions
 
static const int PacketSize = PacketType<CoeffReturnType, Device>::size
 

Protected Member Functions

void evalTo (EvaluatorPointerType data)
 

Protected Attributes

Dimensions m_dimensions
 
const XprType m_op
 
const Device EIGEN_DEVICE_REF m_device
 
EvaluatorPointerType m_result
 

Member Typedef Documentation

◆ CoeffReturnType

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

◆ Dimensions

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

◆ EvaluatorPointerType

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::EvaluatorPointerType

◆ Index

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

◆ PacketReturnType

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

◆ Scalar

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

◆ Storage

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::Storage

◆ TensorBlock

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::TensorBlock

◆ TensorPointerType

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

◆ XprType

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

Member Enumeration Documentation

◆ anonymous enum

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

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Member Function Documentation

◆ cleanup()

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

◆ coeff()

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

◆ costPerCoeff()

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

◆ data()

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

◆ dimensions()

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

◆ evalSubExprsIfNeeded()

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

◆ evalTo()

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

◆ packet()

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

Member Data Documentation

◆ m_device

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

◆ m_dimensions

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

◆ m_op

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

◆ m_result

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

◆ NumDims

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

◆ PacketSize

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType , typename Device >
const int Eigen::TensorEvaluator< const TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

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