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

#include <TensorMorphing.h>

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

Public Types

enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = TensorEvaluator<ArgType, Device>::RawAccess
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef NewDimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorReshapingOp< NewDimensions, 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 (CoeffReturnType *data)
 
EIGEN_DEVICE_FUNC 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)
 

Protected Attributes

NewDimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

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

Definition at line 99 of file TensorMorphing.h.

Member Typedef Documentation

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

Definition at line 122 of file TensorMorphing.h.

template<typename NewDimensions , typename ArgType , typename Device >
typedef NewDimensions Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >::Dimensions

Definition at line 102 of file TensorMorphing.h.

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

Definition at line 120 of file TensorMorphing.h.

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

Definition at line 123 of file TensorMorphing.h.

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

Definition at line 121 of file TensorMorphing.h.

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

Definition at line 101 of file TensorMorphing.h.

Member Enumeration Documentation

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

Definition at line 104 of file TensorMorphing.h.

Constructor & Destructor Documentation

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

Definition at line 112 of file TensorMorphing.h.

Member Function Documentation

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

Definition at line 130 of file TensorMorphing.h.

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

Definition at line 134 of file TensorMorphing.h.

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

Definition at line 145 of file TensorMorphing.h.

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

Definition at line 149 of file TensorMorphing.h.

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

Definition at line 125 of file TensorMorphing.h.

template<typename NewDimensions , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType data)
inline

Definition at line 127 of file TensorMorphing.h.

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

Definition at line 151 of file TensorMorphing.h.

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

Definition at line 140 of file TensorMorphing.h.

Member Data Documentation

template<typename NewDimensions , typename ArgType , typename Device >
NewDimensions Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >::m_dimensions
protected

Definition at line 155 of file TensorMorphing.h.

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

Definition at line 154 of file TensorMorphing.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