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

#include <TensorAssign.h>

Public Types

enum  {
  IsAligned, PacketAccess, BlockAccess, PreferBlockAccess,
  Layout = TensorEvaluator<LeftArgType, Device>::Layout, RawAccess = TensorEvaluator<LeftArgType, Device>::RawAccess
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef TensorEvaluator< RightArgType, Device >::Dimensions Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef TensorEvaluator< const RightArgType, Device >::TensorBlock RightTensorBlock
 
typedef XprType::Scalar Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef TensorAssignOp< LeftArgType, RightArgType > XprType
 

Public Member Functions

EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC EvaluatorPointerType data () const
 
EIGEN_DEVICE_FUNC const 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)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements getResourceRequirements () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
 TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

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

Private Attributes

TensorEvaluator< LeftArgType, Device > m_leftImpl
 
TensorEvaluator< RightArgType, Device > m_rightImpl
 

Detailed Description

template<typename LeftArgType, typename RightArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >

Definition at line 92 of file TensorAssign.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::CoeffReturnType

Definition at line 97 of file TensorAssign.h.

◆ Dimensions

template<typename LeftArgType , typename RightArgType , typename Device >
typedef TensorEvaluator<RightArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Dimensions

Definition at line 99 of file TensorAssign.h.

◆ EvaluatorPointerType

template<typename LeftArgType , typename RightArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::EvaluatorPointerType

Definition at line 101 of file TensorAssign.h.

◆ Index

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Index

Definition at line 95 of file TensorAssign.h.

◆ PacketReturnType

template<typename LeftArgType , typename RightArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::PacketReturnType

Definition at line 98 of file TensorAssign.h.

◆ RightTensorBlock

template<typename LeftArgType , typename RightArgType , typename Device >
typedef TensorEvaluator<const RightArgType, Device>::TensorBlock Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::RightTensorBlock

Definition at line 124 of file TensorAssign.h.

◆ Scalar

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Scalar

Definition at line 96 of file TensorAssign.h.

◆ Storage

template<typename LeftArgType , typename RightArgType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Storage

Definition at line 100 of file TensorAssign.h.

◆ TensorBlockDesc

template<typename LeftArgType , typename RightArgType , typename Device >
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::TensorBlockDesc

Definition at line 120 of file TensorAssign.h.

◆ TensorBlockScratch

template<typename LeftArgType , typename RightArgType , typename Device >
typedef internal::TensorBlockScratchAllocator<Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::TensorBlockScratch

Definition at line 121 of file TensorAssign.h.

◆ XprType

template<typename LeftArgType , typename RightArgType , typename Device >
typedef TensorAssignOp<LeftArgType, RightArgType> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::XprType

Definition at line 94 of file TensorAssign.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 106 of file TensorAssign.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename LeftArgType , typename RightArgType , typename Device >
Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 127 of file TensorAssign.h.

Member Function Documentation

◆ cleanup()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::cleanup ( )
inline

Definition at line 166 of file TensorAssign.h.

◆ coeff()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 180 of file TensorAssign.h.

◆ costPerCoeff()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 191 of file TensorAssign.h.

◆ data()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EvaluatorPointerType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::data ( ) const
inline

Definition at line 237 of file TensorAssign.h.

◆ dimensions()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::dimensions ( ) const
inline

Definition at line 137 of file TensorAssign.h.

◆ evalBlock()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalBlock ( TensorBlockDesc desc,
TensorBlockScratch scratch 
)
inline

Definition at line 210 of file TensorAssign.h.

◆ evalPacket()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalPacket ( Index  i)
inline

Definition at line 174 of file TensorAssign.h.

◆ evalScalar()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalScalar ( Index  i)
inline

Definition at line 171 of file TensorAssign.h.

◆ evalSubExprsIfNeeded()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 145 of file TensorAssign.h.

◆ getResourceRequirements()

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::getResourceRequirements ( ) const
inline

Definition at line 204 of file TensorAssign.h.

◆ packet()

template<typename LeftArgType , typename RightArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::packet ( Index  index) const
inline

Definition at line 185 of file TensorAssign.h.

Member Data Documentation

◆ m_leftImpl

template<typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<LeftArgType, Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::m_leftImpl
private

Definition at line 240 of file TensorAssign.h.

◆ m_rightImpl

template<typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<RightArgType, Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::m_rightImpl
private

Definition at line 241 of file TensorAssign.h.

◆ NumDims

template<typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::NumDims = XprType::NumDims
static

Definition at line 104 of file TensorAssign.h.

◆ PacketSize

template<typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 103 of file TensorAssign.h.


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


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