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

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< 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 TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device > Base
 
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 Types inherited from Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >
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 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 TensorReshapingOp< NewDimensions, 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)
 
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)
 

Additional Inherited Members

- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >
NewDimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

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

Definition at line 161 of file TensorMorphing.h.

Member Typedef Documentation

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

Definition at line 165 of file TensorMorphing.h.

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

Definition at line 183 of file TensorMorphing.h.

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

Definition at line 167 of file TensorMorphing.h.

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

Definition at line 181 of file TensorMorphing.h.

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

Definition at line 184 of file TensorMorphing.h.

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

Definition at line 182 of file TensorMorphing.h.

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

Definition at line 166 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 169 of file TensorMorphing.h.

Constructor & Destructor Documentation

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

Definition at line 177 of file TensorMorphing.h.

Member Function Documentation

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

Definition at line 186 of file TensorMorphing.h.

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

Definition at line 191 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