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

#include <TensorScan.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1), BlockAccess = false, Layout = TensorEvaluator<ArgType, Device>::Layout,
  CoordAccess = false, RawAccess = true
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef internal::remove_const< typename XprType::Scalar >::type Scalar
 
typedef TensorEvaluator< const TensorScanOp< Op, ArgType >, Device > Self
 
typedef TensorScanOp< Op, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Op & accumulator () const
 
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 EIGEN_STRONG_INLINE CoeffReturnTypedata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Device & device () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (Scalar *data)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool exclusive () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorEvaluator< ArgType, Device > & inner () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Indexsize () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Indexstride () 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
 

Protected Attributes

Op m_accumulator
 
const Device & m_device
 
const bool m_exclusive
 
TensorEvaluator< ArgType, Device > m_impl
 
CoeffReturnTypem_output
 
const Index m_size
 
Index m_stride
 

Detailed Description

template<typename Op, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >

Definition at line 84 of file TensorScan.h.

Member Typedef Documentation

template<typename Op , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::CoeffReturnType

Definition at line 91 of file TensorScan.h.

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

Definition at line 89 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Index

Definition at line 87 of file TensorScan.h.

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

Definition at line 92 of file TensorScan.h.

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

Definition at line 90 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
typedef TensorEvaluator<const TensorScanOp<Op, ArgType>, Device> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Self

Definition at line 93 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
typedef TensorScanOp<Op, ArgType> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::XprType

Definition at line 86 of file TensorScan.h.

Member Enumeration Documentation

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

Definition at line 95 of file TensorScan.h.

Constructor & Destructor Documentation

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

Definition at line 104 of file TensorScan.h.

Member Function Documentation

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Op& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::accumulator ( ) const
inline

Definition at line 143 of file TensorScan.h.

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

Definition at line 192 of file TensorScan.h.

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

Definition at line 183 of file TensorScan.h.

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

Definition at line 188 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType* Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::data ( ) const
inline

Definition at line 178 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Device& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::device ( ) const
inline

Definition at line 155 of file TensorScan.h.

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

Definition at line 131 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::evalSubExprsIfNeeded ( Scalar data)
inline

Definition at line 159 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::exclusive ( ) const
inline

Definition at line 147 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::inner ( ) const
inline

Definition at line 151 of file TensorScan.h.

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

Definition at line 174 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Index& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::size ( ) const
inline

Definition at line 139 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Index& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::stride ( ) const
inline

Definition at line 135 of file TensorScan.h.

Member Data Documentation

template<typename Op , typename ArgType , typename Device >
Op Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_accumulator
protected

Definition at line 204 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
const Device& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_device
protected

Definition at line 202 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
const bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_exclusive
protected

Definition at line 203 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_impl
protected

Definition at line 201 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
CoeffReturnType* Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_output
protected

Definition at line 207 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
const Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_size
protected

Definition at line 205 of file TensorScan.h.

template<typename Op , typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_stride
protected

Definition at line 206 of file TensorScan.h.

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

Definition at line 88 of file TensorScan.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