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

#include <TensorEvalTo.h>

Public Types

enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = true, PreferBlockAccess = false,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = true
}
 
typedef TensorEvaluator< const ArgType, Device >::TensorBlock ArgTensorBlock
 
typedef internal::remove_const< typename XprType::CoeffReturnType >::type 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::TensorBlockAssignment< CoeffReturnType, NumDims, typename ArgTensorBlock::XprType, IndexTensorBlockAssignment
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef Eigen::internal::traits< XprType >::PointerType TensorPointerType
 
typedef TensorEvalToOp< ArgType, MakePointer_ > XprType
 

Public Member Functions

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 EvaluatorPointerType data () const
 
const EIGEN_DEVICE_FUNC Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalBlock (TensorBlockDesc &desc, TensorBlockScratch &scratch)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalPacket (Index i)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalScalar (Index i)
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType scalar)
 
ArgType expression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements getResourceRequirements () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
EIGEN_STRONG_INLINE ~TensorEvaluator ()
 

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 ArgType m_expression
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

template<typename ArgType, typename Device, template< class > class MakePointer_>
struct Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >

Definition at line 98 of file TensorEvalTo.h.

Member Typedef Documentation

◆ ArgTensorBlock

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef TensorEvaluator<const ArgType, Device>::TensorBlock Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::ArgTensorBlock

Definition at line 127 of file TensorEvalTo.h.

◆ CoeffReturnType

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::CoeffReturnType

Definition at line 104 of file TensorEvalTo.h.

◆ Dimensions

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef TensorEvaluator<ArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::Dimensions

Definition at line 102 of file TensorEvalTo.h.

◆ EvaluatorPointerType

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef Storage::Type Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::EvaluatorPointerType

Definition at line 109 of file TensorEvalTo.h.

◆ Index

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef XprType::Index Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::Index

Definition at line 103 of file TensorEvalTo.h.

◆ PacketReturnType

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::PacketReturnType

Definition at line 105 of file TensorEvalTo.h.

◆ Scalar

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef ArgType::Scalar Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::Scalar

Definition at line 101 of file TensorEvalTo.h.

◆ Storage

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::Storage

Definition at line 108 of file TensorEvalTo.h.

◆ TensorBlockAssignment

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::TensorBlockAssignment< CoeffReturnType, NumDims, typename ArgTensorBlock::XprType, Index> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::TensorBlockAssignment

Definition at line 131 of file TensorEvalTo.h.

◆ TensorBlockDesc

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::TensorBlockDesc

Definition at line 123 of file TensorEvalTo.h.

◆ TensorBlockScratch

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::TensorBlockScratchAllocator<Device> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::TensorBlockScratch

Definition at line 124 of file TensorEvalTo.h.

◆ TensorPointerType

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef Eigen::internal::traits<XprType>::PointerType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::TensorPointerType

Definition at line 107 of file TensorEvalTo.h.

◆ XprType

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef TensorEvalToOp<ArgType, MakePointer_> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::XprType

Definition at line 100 of file TensorEvalTo.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType , typename Device , template< class > class MakePointer_>
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 110 of file TensorEvalTo.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 134 of file TensorEvalTo.h.

◆ ~TensorEvaluator()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::~TensorEvaluator ( )
inline

Definition at line 138 of file TensorEvalTo.h.

Member Function Documentation

◆ cleanup()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::cleanup ( )
inline

Definition at line 194 of file TensorEvalTo.h.

◆ coeff()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::coeff ( Index  index) const
inline

Definition at line 198 of file TensorEvalTo.h.

◆ costPerCoeff()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 209 of file TensorEvalTo.h.

◆ data()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EvaluatorPointerType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::data ( ) const
inline

Definition at line 216 of file TensorEvalTo.h.

◆ dimensions()

template<typename ArgType , typename Device , template< class > class MakePointer_>
const EIGEN_DEVICE_FUNC Dimensions& Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::dimensions ( ) const
inline

Definition at line 142 of file TensorEvalTo.h.

◆ evalBlock()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalBlock ( TensorBlockDesc desc,
TensorBlockScratch scratch 
)
inline

Definition at line 172 of file TensorEvalTo.h.

◆ evalPacket()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalPacket ( Index  i)
inline

Definition at line 163 of file TensorEvalTo.h.

◆ evalScalar()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalScalar ( Index  i)
inline

Definition at line 160 of file TensorEvalTo.h.

◆ evalSubExprsIfNeeded()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  scalar)
inline

Definition at line 144 of file TensorEvalTo.h.

◆ expression()

template<typename ArgType , typename Device , template< class > class MakePointer_>
ArgType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::expression ( ) const
inline

Definition at line 217 of file TensorEvalTo.h.

◆ getResourceRequirements()

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::getResourceRequirements ( ) const
inline

Definition at line 168 of file TensorEvalTo.h.

◆ packet()

template<typename ArgType , typename Device , template< class > class MakePointer_>
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::packet ( Index  index) const
inline

Definition at line 204 of file TensorEvalTo.h.

Member Data Documentation

◆ m_buffer

template<typename ArgType , typename Device , template< class > class MakePointer_>
EvaluatorPointerType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_buffer
private

Definition at line 229 of file TensorEvalTo.h.

◆ m_expression

template<typename ArgType , typename Device , template< class > class MakePointer_>
const ArgType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_expression
private

Definition at line 230 of file TensorEvalTo.h.

◆ m_impl

template<typename ArgType , typename Device , template< class > class MakePointer_>
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_impl
private

Definition at line 228 of file TensorEvalTo.h.

◆ NumDims

template<typename ArgType , typename Device , template< class > class MakePointer_>
const int Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::NumDims = internal::traits<ArgType>::NumDimensions
static

Definition at line 120 of file TensorEvalTo.h.

◆ PacketSize

template<typename ArgType , typename Device , template< class > class MakePointer_>
const int Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 106 of file TensorEvalTo.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:12