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

#include <TensorLayoutSwap.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = false, PreferBlockAccess = TensorEvaluator<ArgType, Device>::PreferBlockAccess,
  Layout = (static_cast<int>(TensorEvaluator<ArgType, Device>::Layout) == static_cast<int>(ColMajor)) ? RowMajor : ColMajor, CoordAccess = false, RawAccess = TensorEvaluator<ArgType, Device>::RawAccess
}
 
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 TensorLayoutSwapOp< 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 Storage::Type data () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType data)
 
const TensorEvaluator< ArgType, Device > & impl () 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
 

Protected Attributes

Dimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

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

Definition at line 95 of file TensorLayoutSwap.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 132 of file TensorLayoutSwap.h.

◆ Dimensions

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

Definition at line 100 of file TensorLayoutSwap.h.

◆ EvaluatorPointerType

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

Definition at line 135 of file TensorLayoutSwap.h.

◆ Index

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

Definition at line 98 of file TensorLayoutSwap.h.

◆ PacketReturnType

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

Definition at line 133 of file TensorLayoutSwap.h.

◆ Scalar

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

Definition at line 131 of file TensorLayoutSwap.h.

◆ Storage

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

Definition at line 134 of file TensorLayoutSwap.h.

◆ TensorBlock

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

Definition at line 113 of file TensorLayoutSwap.h.

◆ XprType

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

Definition at line 97 of file TensorLayoutSwap.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 102 of file TensorLayoutSwap.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 116 of file TensorLayoutSwap.h.

Member Function Documentation

◆ cleanup()

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

Definition at line 142 of file TensorLayoutSwap.h.

◆ coeff()

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

Definition at line 146 of file TensorLayoutSwap.h.

◆ costPerCoeff()

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

Definition at line 157 of file TensorLayoutSwap.h.

◆ data()

template<typename ArgType , typename Device >
EIGEN_DEVICE_FUNC Storage::Type Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >::data ( ) const
inline

Definition at line 161 of file TensorLayoutSwap.h.

◆ dimensions()

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

Definition at line 137 of file TensorLayoutSwap.h.

◆ evalSubExprsIfNeeded()

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

Definition at line 139 of file TensorLayoutSwap.h.

◆ impl()

template<typename ArgType , typename Device >
const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >::impl ( ) const
inline

Definition at line 165 of file TensorLayoutSwap.h.

◆ packet()

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

Definition at line 152 of file TensorLayoutSwap.h.

Member Data Documentation

◆ m_dimensions

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

Definition at line 169 of file TensorLayoutSwap.h.

◆ m_impl

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

Definition at line 168 of file TensorLayoutSwap.h.

◆ NumDims

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

Definition at line 99 of file TensorLayoutSwap.h.


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


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