Public Types | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device > Struct Template Reference

#include <TensorForcedEval.h>

Public Types

enum  { IsAligned = true, PacketAccess = (PacketSize > 1), Layout = TensorEvaluator<ArgType, Device>::Layout, RawAccess = true }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef TensorEvaluator< ArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef ArgType::Scalar Scalar
 
typedef TensorForcedEvalOp< ArgType, MakePointer_ > 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 MakePointer< Scalar >::Type data () const
 
const Device & device () const
 used by sycl in order to build the sycl buffer More...
 
EIGEN_DEVICE_FUNC const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *)
 
const TensorEvaluator< ArgType, Device > & impl ()
 required by sycl in order to extract the sycl accessor More...
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC TensorEvaluator (const XprType &op, const Device &device)
 op_ is used for sycl More...
 

Static Public Attributes

static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Private Attributes

MakePointer< CoeffReturnType >::Type m_buffer
 
const Device & m_device
 
TensorEvaluator< ArgType, Device > m_impl
 
const ArgType m_op
 

Detailed Description

template<typename ArgType, typename Device, template< class > class MakePointer_>
struct Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >

Definition at line 92 of file TensorForcedEval.h.

Member Typedef Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::CoeffReturnType

Definition at line 98 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef TensorEvaluator<ArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::Dimensions

Definition at line 96 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef XprType::Index Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::Index

Definition at line 97 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::PacketReturnType

Definition at line 99 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef ArgType::Scalar Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::Scalar

Definition at line 95 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef TensorForcedEvalOp<ArgType, MakePointer_> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::XprType

Definition at line 94 of file TensorForcedEval.h.

Member Enumeration Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
anonymous enum
Enumerator
IsAligned 
PacketAccess 
Layout 
RawAccess 

Definition at line 102 of file TensorForcedEval.h.

Constructor & Destructor Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

op_ is used for sycl

Definition at line 109 of file TensorForcedEval.h.

Member Function Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::cleanup ( )
inline

Definition at line 131 of file TensorForcedEval.h.

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

Definition at line 136 of file TensorForcedEval.h.

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

Definition at line 147 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC MakePointer<Scalar>::Type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::data ( ) const
inline

Definition at line 151 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const Device& Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::device ( ) const
inline

used by sycl in order to build the sycl buffer

Definition at line 156 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::dimensions ( ) const
inline

Definition at line 114 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::evalSubExprsIfNeeded ( CoeffReturnType )
inline

Definition at line 116 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::impl ( )
inline

required by sycl in order to extract the sycl accessor

Definition at line 154 of file TensorForcedEval.h.

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

Definition at line 142 of file TensorForcedEval.h.

Member Data Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
MakePointer<CoeffReturnType>::Type Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::m_buffer
private

Definition at line 161 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const Device& Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::m_device
private

Definition at line 160 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::m_impl
private

Definition at line 158 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const ArgType Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::m_op
private

Definition at line 159 of file TensorForcedEval.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const int Eigen::TensorEvaluator< const TensorForcedEvalOp< ArgType, MakePointer_ >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 100 of file TensorForcedEval.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