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

#include <TensorLayoutSwap.h>

Inheritance diagram for Eigen::TensorEvaluator< 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
}
 
typedef TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorLayoutSwapOp< ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >
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_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnTypecoeffRef (Index index)
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writePacket (Index index, const PacketReturnType &x)
 
- Public Member Functions inherited from Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >
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 const EIGEN_STRONG_INLINE 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)
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >
static const int NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >
Dimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

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

Definition at line 175 of file TensorLayoutSwap.h.

Member Typedef Documentation

◆ Base

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

Definition at line 178 of file TensorLayoutSwap.h.

◆ CoeffReturnType

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

Definition at line 200 of file TensorLayoutSwap.h.

◆ Index

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

Definition at line 198 of file TensorLayoutSwap.h.

◆ PacketReturnType

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

Definition at line 201 of file TensorLayoutSwap.h.

◆ Scalar

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

Definition at line 199 of file TensorLayoutSwap.h.

◆ TensorBlock

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

Definition at line 191 of file TensorLayoutSwap.h.

◆ XprType

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

Definition at line 179 of file TensorLayoutSwap.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 181 of file TensorLayoutSwap.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 194 of file TensorLayoutSwap.h.

Member Function Documentation

◆ coeffRef()

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

Definition at line 203 of file TensorLayoutSwap.h.

◆ writePacket()

template<typename ArgType , typename Device >
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorLayoutSwapOp< ArgType >, Device >::writePacket ( Index  index,
const PacketReturnType x 
)
inline

Definition at line 208 of file TensorLayoutSwap.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:00