Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device > Struct Template Reference

#include <TensorCustomOp.h>

Public Types

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

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 CoeffReturnTypedata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *data)
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator (const ArgType &op, const Device &device)
 

Static Public Attributes

static const int NumDims = internal::traits<ArgType>::NumDimensions
 
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Protected Member Functions

EIGEN_DEVICE_FUNC void evalTo (Scalar *data)
 

Protected Attributes

const Device & m_device
 
Dimensions m_dimensions
 
const ArgType m_op
 
CoeffReturnTypem_result
 

Detailed Description

template<typename CustomUnaryFunc, typename XprType, typename Device>
struct Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >

Definition at line 80 of file TensorCustomOp.h.

Member Typedef Documentation

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef TensorCustomUnaryOp<CustomUnaryFunc, XprType> Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::ArgType

Definition at line 82 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::CoeffReturnType

Definition at line 87 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::Dimensions

Definition at line 85 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef internal::traits<ArgType>::Index Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::Index

Definition at line 83 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::PacketReturnType

Definition at line 88 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
typedef internal::remove_const<typename ArgType::Scalar>::type Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::Scalar

Definition at line 86 of file TensorCustomOp.h.

Member Enumeration Documentation

template<typename CustomUnaryFunc , typename XprType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 91 of file TensorCustomOp.h.

Constructor & Destructor Documentation

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

Definition at line 100 of file TensorCustomOp.h.

Member Function Documentation

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::cleanup ( )
inline

Definition at line 120 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::coeff ( Index  index) const
inline

Definition at line 127 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 136 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType* Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::data ( ) const
inline

Definition at line 141 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::dimensions ( ) const
inline

Definition at line 106 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType data)
inline

Definition at line 108 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
EIGEN_DEVICE_FUNC void Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::evalTo ( Scalar data)
inlineprotected

Definition at line 144 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::packet ( Index  index) const
inline

Definition at line 132 of file TensorCustomOp.h.

Member Data Documentation

template<typename CustomUnaryFunc , typename XprType , typename Device >
const Device& Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::m_device
protected

Definition at line 152 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::m_dimensions
protected

Definition at line 150 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
const ArgType Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::m_op
protected

Definition at line 151 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
CoeffReturnType* Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::m_result
protected

Definition at line 153 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
const int Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::NumDims = internal::traits<ArgType>::NumDimensions
static

Definition at line 84 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType , typename Device >
const int Eigen::TensorEvaluator< const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 89 of file TensorCustomOp.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