Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device > Struct Template Reference

#include <TensorInflation.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = false, PreferBlockAccess = false,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorInflationOp< Strides, ArgType > 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
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool getInputIndex (Index index, Index *inputIndex) 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)
 

Static Public Attributes

static const int NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = PacketType<CoeffReturnType, Device>::size
 

Protected Attributes

Dimensions m_dimensions
 
array< internal::TensorIntDivisor< Index >, NumDimsm_fastStrides
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
array< Index, NumDimsm_outputStrides
 
const Strides m_strides
 

Detailed Description

template<typename Strides, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >

Definition at line 79 of file TensorInflation.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Strides , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::CoeffReturnType

Definition at line 86 of file TensorInflation.h.

◆ Dimensions

template<typename Strides , typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::Dimensions

Definition at line 84 of file TensorInflation.h.

◆ EvaluatorPointerType

template<typename Strides , typename ArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::EvaluatorPointerType

Definition at line 90 of file TensorInflation.h.

◆ Index

template<typename Strides , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::Index

Definition at line 82 of file TensorInflation.h.

◆ PacketReturnType

template<typename Strides , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::PacketReturnType

Definition at line 87 of file TensorInflation.h.

◆ Scalar

template<typename Strides , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::Scalar

Definition at line 85 of file TensorInflation.h.

◆ Storage

template<typename Strides , typename ArgType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::Storage

Definition at line 89 of file TensorInflation.h.

◆ TensorBlock

template<typename Strides , typename ArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::TensorBlock

Definition at line 103 of file TensorInflation.h.

◆ XprType

template<typename Strides , typename ArgType , typename Device >
typedef TensorInflationOp<Strides, ArgType> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::XprType

Definition at line 81 of file TensorInflation.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 92 of file TensorInflation.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename Strides , typename ArgType , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 106 of file TensorInflation.h.

Member Function Documentation

◆ cleanup()

template<typename Strides , typename ArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::cleanup ( )
inline

Definition at line 144 of file TensorInflation.h.

◆ coeff()

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

Definition at line 187 of file TensorInflation.h.

◆ costPerCoeff()

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

Definition at line 214 of file TensorInflation.h.

◆ data()

template<typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EvaluatorPointerType Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::data ( ) const
inline

Definition at line 227 of file TensorInflation.h.

◆ dimensions()

template<typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 138 of file TensorInflation.h.

◆ evalSubExprsIfNeeded()

template<typename Strides , typename ArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 140 of file TensorInflation.h.

◆ getInputIndex()

template<typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::getInputIndex ( Index  index,
Index inputIndex 
) const
inline

Definition at line 150 of file TensorInflation.h.

◆ packet()

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

Definition at line 200 of file TensorInflation.h.

Member Data Documentation

◆ m_dimensions

template<typename Strides , typename ArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_dimensions
protected

Definition at line 237 of file TensorInflation.h.

◆ m_fastStrides

template<typename Strides , typename ArgType , typename Device >
array<internal::TensorIntDivisor<Index>, NumDims> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_fastStrides
protected

Definition at line 242 of file TensorInflation.h.

◆ m_impl

template<typename Strides , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_impl
protected

Definition at line 240 of file TensorInflation.h.

◆ m_inputStrides

template<typename Strides , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_inputStrides
protected

Definition at line 239 of file TensorInflation.h.

◆ m_outputStrides

template<typename Strides , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_outputStrides
protected

Definition at line 238 of file TensorInflation.h.

◆ m_strides

template<typename Strides , typename ArgType , typename Device >
const Strides Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::m_strides
protected

Definition at line 241 of file TensorInflation.h.

◆ NumDims

template<typename Strides , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
static

Definition at line 83 of file TensorInflation.h.

◆ PacketSize

template<typename Strides , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorInflationOp< Strides, ArgType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 88 of file TensorInflation.h.


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


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