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

#include <TensorEvalTo.h>

Public Types

enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = true
}
 
typedef internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef internal::traits< const TensorEvalToOp< ArgType, MakePointer_ > >::template MakePointer< CoeffReturnType >::Type DevicePointer
 
typedef TensorEvaluator< ArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef ArgType::Scalar Scalar
 
typedef TensorEvalToOp< 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 DevicePointer data () const
 
const Device & device () const
 added for sycl in order to construct the buffer from the sycl device More...
 
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 (DevicePointer scalar)
 
ArgType expression () const
 
const TensorEvaluator< ArgType, Device > & impl () const
 required by sycl in order to extract the accessor More...
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const XprTypeop () const
 
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)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~TensorEvaluator ()
 

Static Public Attributes

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

Private Attributes

DevicePointer m_buffer
 
const Device & m_device
 
const ArgType m_expression
 
TensorEvaluator< ArgType, Device > m_impl
 
const XprTypem_op
 

Detailed Description

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

Definition at line 93 of file TensorEvalTo.h.

Member Typedef Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::CoeffReturnType

Definition at line 99 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
typedef internal::traits<const TensorEvalToOp<ArgType, MakePointer_> >::template MakePointer<CoeffReturnType>::Type Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::DevicePointer

Definition at line 124 of file TensorEvalTo.h.

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

Definition at line 97 of file TensorEvalTo.h.

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

Definition at line 98 of file TensorEvalTo.h.

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

Definition at line 100 of file TensorEvalTo.h.

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

Definition at line 96 of file TensorEvalTo.h.

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

Definition at line 95 of file TensorEvalTo.h.

Member Enumeration Documentation

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

Definition at line 103 of file TensorEvalTo.h.

Constructor & Destructor Documentation

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

Definition at line 111 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::~TensorEvaluator ( )
inline

Definition at line 121 of file TensorEvalTo.h.

Member Function Documentation

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

Definition at line 140 of file TensorEvalTo.h.

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

Definition at line 144 of file TensorEvalTo.h.

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

Definition at line 155 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC DevicePointer Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::data ( ) const
inline

Definition at line 162 of file TensorEvalTo.h.

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

added for sycl in order to construct the buffer from the sycl device

Definition at line 168 of file TensorEvalTo.h.

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

Definition at line 125 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalPacket ( Index  i)
inline

Definition at line 136 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::evalScalar ( Index  i)
inline

Definition at line 133 of file TensorEvalTo.h.

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

Definition at line 127 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
ArgType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::expression ( ) const
inline

Definition at line 163 of file TensorEvalTo.h.

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

required by sycl in order to extract the accessor

Definition at line 166 of file TensorEvalTo.h.

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

Definition at line 117 of file TensorEvalTo.h.

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

Definition at line 150 of file TensorEvalTo.h.

Member Data Documentation

template<typename ArgType , typename Device , template< class > class MakePointer_>
DevicePointer Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_buffer
private

Definition at line 173 of file TensorEvalTo.h.

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

Definition at line 172 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const ArgType Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_expression
private

Definition at line 175 of file TensorEvalTo.h.

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

Definition at line 171 of file TensorEvalTo.h.

template<typename ArgType , typename Device , template< class > class MakePointer_>
const XprType& Eigen::TensorEvaluator< const TensorEvalToOp< ArgType, MakePointer_ >, Device >::m_op
private

Definition at line 174 of file TensorEvalTo.h.

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

Definition at line 101 of file TensorEvalTo.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