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

#include <TensorGenerator.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1), BlockAccess = false, Layout = TensorEvaluator<ArgType, Device>::Layout,
  CoordAccess = false, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef TensorEvaluator< ArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorGeneratorOp< Generator, 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) 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<Dimensions>::value
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void extract_coordinates (Index index, array< Index, NumDims > &coords) const
 

Protected Attributes

Dimensions m_dimensions
 
Generator m_generator
 
array< Index, NumDimsm_strides
 

Detailed Description

template<typename Generator, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >

Definition at line 81 of file TensorGenerator.h.

Member Typedef Documentation

template<typename Generator , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::CoeffReturnType

Definition at line 88 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
typedef TensorEvaluator<ArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::Dimensions

Definition at line 85 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::Index

Definition at line 84 of file TensorGenerator.h.

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

Definition at line 89 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::Scalar

Definition at line 87 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
typedef TensorGeneratorOp<Generator, ArgType> Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::XprType

Definition at line 83 of file TensorGenerator.h.

Member Enumeration Documentation

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

Definition at line 90 of file TensorGenerator.h.

Constructor & Destructor Documentation

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

Definition at line 99 of file TensorGenerator.h.

Member Function Documentation

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

Definition at line 123 of file TensorGenerator.h.

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

Definition at line 126 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::costPerCoeff ( bool  ) const
inline

Definition at line 149 of file TensorGenerator.h.

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

Definition at line 156 of file TensorGenerator.h.

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

Definition at line 118 of file TensorGenerator.h.

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

Definition at line 120 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::extract_coordinates ( Index  index,
array< Index, NumDims > &  coords 
) const
inlineprotected

Definition at line 160 of file TensorGenerator.h.

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

Definition at line 134 of file TensorGenerator.h.

Member Data Documentation

template<typename Generator , typename ArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::m_dimensions
protected

Definition at line 178 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
Generator Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::m_generator
protected

Definition at line 180 of file TensorGenerator.h.

template<typename Generator , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorGeneratorOp< Generator, ArgType >, Device >::m_strides
protected

Definition at line 179 of file TensorGenerator.h.

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

Definition at line 86 of file TensorGenerator.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