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

#include <TensorShuffling.h>

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

Public Types

enum  {
  IsAligned = false, PacketAccess = (internal::packet_traits<Scalar>::size > 1), Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorShufflingOp< Shuffle, ArgType > XprType
 

Public Member Functions

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 (Scalar *)
 
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)
 

Static Public Attributes

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

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 

Protected Attributes

Dimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
array< Index, NumDimsm_outputStrides
 

Detailed Description

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

Definition at line 100 of file TensorShuffling.h.

Member Typedef Documentation

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

Definition at line 107 of file TensorShuffling.h.

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

Definition at line 105 of file TensorShuffling.h.

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

Definition at line 103 of file TensorShuffling.h.

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

Definition at line 108 of file TensorShuffling.h.

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

Definition at line 106 of file TensorShuffling.h.

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

Definition at line 102 of file TensorShuffling.h.

Member Enumeration Documentation

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

Definition at line 111 of file TensorShuffling.h.

Constructor & Destructor Documentation

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

Definition at line 119 of file TensorShuffling.h.

Member Function Documentation

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

Definition at line 157 of file TensorShuffling.h.

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

Definition at line 161 of file TensorShuffling.h.

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

Definition at line 180 of file TensorShuffling.h.

template<typename Shuffle , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC Scalar* Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device >::data ( ) const
inline

Definition at line 188 of file TensorShuffling.h.

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

Definition at line 151 of file TensorShuffling.h.

template<typename Shuffle , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device >::evalSubExprsIfNeeded ( Scalar )
inline

Definition at line 153 of file TensorShuffling.h.

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

Definition at line 167 of file TensorShuffling.h.

template<typename Shuffle , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device >::srcCoeff ( Index  index) const
inlineprotected

Definition at line 191 of file TensorShuffling.h.

Member Data Documentation

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

Definition at line 210 of file TensorShuffling.h.

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

Definition at line 213 of file TensorShuffling.h.

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

Definition at line 212 of file TensorShuffling.h.

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

Definition at line 211 of file TensorShuffling.h.

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

Definition at line 104 of file TensorShuffling.h.

template<typename Shuffle , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 109 of file TensorShuffling.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