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, 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 TensorLayoutSwapOp< ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device >
enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, 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 XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorLayoutSwapOp< ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnTypecoeffRef (Index index)
 
EIGEN_DEVICE_FUNC 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_DEVICE_FUNC 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 Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *data)
 
const TensorEvaluator< ArgType, Device > & impl () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC 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 174 of file TensorLayoutSwap.h.

Member Typedef Documentation

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

Definition at line 177 of file TensorLayoutSwap.h.

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

Definition at line 193 of file TensorLayoutSwap.h.

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

Definition at line 191 of file TensorLayoutSwap.h.

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

Definition at line 194 of file TensorLayoutSwap.h.

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

Definition at line 192 of file TensorLayoutSwap.h.

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

Definition at line 178 of file TensorLayoutSwap.h.

Member Enumeration Documentation

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

Definition at line 180 of file TensorLayoutSwap.h.

Constructor & Destructor Documentation

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

Definition at line 187 of file TensorLayoutSwap.h.

Member Function Documentation

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

Definition at line 196 of file TensorLayoutSwap.h.

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 201 of file TensorLayoutSwap.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:24