Public Types | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device > Struct Template Reference

#include <TensorAssign.h>

Public Types

enum  { IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<LeftArgType, Device>::PacketAccess & TensorEvaluator<RightArgType, Device>::PacketAccess, Layout = TensorEvaluator<LeftArgType, Device>::Layout, RawAccess = TensorEvaluator<LeftArgType, Device>::RawAccess }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef TensorEvaluator< RightArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorAssignOp< LeftArgType, RightArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC CoeffReturnTypedata () const
 
EIGEN_DEVICE_FUNC const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalPacket (Index i)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalScalar (Index i)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (Scalar *)
 
const TensorEvaluator< LeftArgType, Device > & left_impl () const
 required by sycl in order to extract the accessor More...
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
const TensorEvaluator< RightArgType, Device > & right_impl () const
 required by sycl in order to extract the accessor More...
 
EIGEN_DEVICE_FUNC TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

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

Private Attributes

TensorEvaluator< LeftArgType, Device > m_leftImpl
 
TensorEvaluator< RightArgType, Device > m_rightImpl
 

Detailed Description

template<typename LeftArgType, typename RightArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >

Definition at line 89 of file TensorAssign.h.

Member Typedef Documentation

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::CoeffReturnType

Definition at line 94 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
typedef TensorEvaluator<RightArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Dimensions

Definition at line 96 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Index

Definition at line 92 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::PacketReturnType

Definition at line 95 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::Scalar

Definition at line 93 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
typedef TensorAssignOp<LeftArgType, RightArgType> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::XprType

Definition at line 91 of file TensorAssign.h.

Member Enumeration Documentation

template<typename LeftArgType , typename RightArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
Layout 
RawAccess 

Definition at line 99 of file TensorAssign.h.

Constructor & Destructor Documentation

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 106 of file TensorAssign.h.

Member Function Documentation

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::cleanup ( )
inline

Definition at line 130 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 143 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 154 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType* Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::data ( ) const
inline

Definition at line 171 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::dimensions ( ) const
inline

Definition at line 113 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalPacket ( Index  i)
inline

Definition at line 138 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalScalar ( Index  i)
inline

Definition at line 135 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::evalSubExprsIfNeeded ( Scalar )
inline

Definition at line 121 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
const TensorEvaluator<LeftArgType, Device>& Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::left_impl ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 167 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::packet ( Index  index) const
inline

Definition at line 148 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
const TensorEvaluator<RightArgType, Device>& Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::right_impl ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 169 of file TensorAssign.h.

Member Data Documentation

template<typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<LeftArgType, Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::m_leftImpl
private

Definition at line 174 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<RightArgType, Device> Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::m_rightImpl
private

Definition at line 175 of file TensorAssign.h.

template<typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorAssignOp< LeftArgType, RightArgType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 97 of file TensorAssign.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:23