Public Types | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device > Struct Template Reference

#include <TensorForcedEval.h>

Public Types

enum  {
  IsAligned = true, PacketAccess = (PacketType<CoeffReturnType, Device>::size > 1), BlockAccess = internal::is_arithmetic<CoeffReturnType>::value, PreferBlockAccess = false,
  Layout = TensorEvaluator<ArgType, Device>::Layout, RawAccess = true
}
 
typedef const internal::remove_all< ArgType_ >::type ArgType
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef TensorEvaluator< ArgType, Device >::Dimensions Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef ArgType::Scalar Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorMaterializedBlock< CoeffReturnType, NumDims, Layout, IndexTensorBlock
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef Eigen::internal::traits< XprType >::PointerType TensorPointerType
 
typedef TensorForcedEvalOp< ArgTypeXprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorBlock block (TensorBlockDesc &desc, TensorBlockScratch &scratch, bool=false) const
 
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 EIGEN_STRONG_INLINE EvaluatorPointerType data () const
 
EIGEN_DEVICE_FUNC const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements getResourceRequirements () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
 TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

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

Private Attributes

EvaluatorPointerType m_buffer
 
const Device EIGEN_DEVICE_REF m_device
 
TensorEvaluator< ArgType, Device > m_impl
 
const ArgType m_op
 

Detailed Description

template<typename ArgType_, typename Device>
struct Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >

Definition at line 104 of file TensorForcedEval.h.

Member Typedef Documentation

◆ ArgType

template<typename ArgType_ , typename Device >
typedef const internal::remove_all<ArgType_>::type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::ArgType

Definition at line 106 of file TensorForcedEval.h.

◆ CoeffReturnType

template<typename ArgType_ , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::CoeffReturnType

Definition at line 111 of file TensorForcedEval.h.

◆ Dimensions

template<typename ArgType_ , typename Device >
typedef TensorEvaluator<ArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::Dimensions

Definition at line 109 of file TensorForcedEval.h.

◆ EvaluatorPointerType

template<typename ArgType_ , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::EvaluatorPointerType

Definition at line 116 of file TensorForcedEval.h.

◆ Index

template<typename ArgType_ , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::Index

Definition at line 110 of file TensorForcedEval.h.

◆ PacketReturnType

template<typename ArgType_ , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::PacketReturnType

Definition at line 112 of file TensorForcedEval.h.

◆ Scalar

template<typename ArgType_ , typename Device >
typedef ArgType::Scalar Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::Scalar

Definition at line 108 of file TensorForcedEval.h.

◆ Storage

template<typename ArgType_ , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::Storage

Definition at line 115 of file TensorForcedEval.h.

◆ TensorBlock

template<typename ArgType_ , typename Device >
typedef internal::TensorMaterializedBlock<CoeffReturnType, NumDims, Layout, Index> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::TensorBlock

Definition at line 135 of file TensorForcedEval.h.

◆ TensorBlockDesc

template<typename ArgType_ , typename Device >
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::TensorBlockDesc

Definition at line 130 of file TensorForcedEval.h.

◆ TensorBlockScratch

template<typename ArgType_ , typename Device >
typedef internal::TensorBlockScratchAllocator<Device> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::TensorBlockScratch

Definition at line 131 of file TensorForcedEval.h.

◆ TensorPointerType

template<typename ArgType_ , typename Device >
typedef Eigen::internal::traits<XprType>::PointerType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::TensorPointerType

Definition at line 114 of file TensorForcedEval.h.

◆ XprType

template<typename ArgType_ , typename Device >
typedef TensorForcedEvalOp<ArgType> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::XprType

Definition at line 107 of file TensorForcedEval.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType_ , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
RawAccess 

Definition at line 118 of file TensorForcedEval.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename ArgType_ , typename Device >
Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 138 of file TensorForcedEval.h.

Member Function Documentation

◆ block()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorBlock Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::block ( TensorBlockDesc desc,
TensorBlockScratch scratch,
bool  = false 
) const
inline

Definition at line 207 of file TensorForcedEval.h.

◆ cleanup()

template<typename ArgType_ , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::cleanup ( )
inline

Definition at line 185 of file TensorForcedEval.h.

◆ coeff()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::coeff ( Index  index) const
inline

Definition at line 190 of file TensorForcedEval.h.

◆ costPerCoeff()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 213 of file TensorForcedEval.h.

◆ data()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvaluatorPointerType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::data ( ) const
inline

Definition at line 218 of file TensorForcedEval.h.

◆ dimensions()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::dimensions ( ) const
inline

Definition at line 143 of file TensorForcedEval.h.

◆ evalSubExprsIfNeeded()

template<typename ArgType_ , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 145 of file TensorForcedEval.h.

◆ getResourceRequirements()

template<typename ArgType_ , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::getResourceRequirements ( ) const
inline

Definition at line 202 of file TensorForcedEval.h.

◆ packet()

template<typename ArgType_ , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::packet ( Index  index) const
inline

Definition at line 196 of file TensorForcedEval.h.

Member Data Documentation

◆ m_buffer

template<typename ArgType_ , typename Device >
EvaluatorPointerType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::m_buffer
private

Definition at line 231 of file TensorForcedEval.h.

◆ m_device

template<typename ArgType_ , typename Device >
const Device EIGEN_DEVICE_REF Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::m_device
private

Definition at line 230 of file TensorForcedEval.h.

◆ m_impl

template<typename ArgType_ , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::m_impl
private

Definition at line 228 of file TensorForcedEval.h.

◆ m_op

template<typename ArgType_ , typename Device >
const ArgType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::m_op
private

Definition at line 229 of file TensorForcedEval.h.

◆ NumDims

template<typename ArgType_ , typename Device >
const int Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::NumDims = internal::traits<ArgType>::NumDimensions
static

Definition at line 127 of file TensorForcedEval.h.

◆ PacketSize

template<typename ArgType_ , typename Device >
const int Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType_ >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 113 of file TensorForcedEval.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:43:54