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

#include <TensorEvaluator.h>

Public Types

enum  {
  IsAligned = true, PacketAccess = internal::functor_traits<NullaryOp>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef internal::traits< XprType >::Scalar CoeffReturnType
 
typedef TensorEvaluator< ArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorCwiseNullaryOp< NullaryOp, ArgType > 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 bool evalSubExprsIfNeeded (CoeffReturnType *)
 
NullaryOp functor () const
 required by sycl in order to extract the accessor More...
 
const TensorEvaluator< ArgType, Device > & impl () const
 required by sycl in order to extract the 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)
 

Static Public Attributes

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

Private Attributes

TensorEvaluator< ArgType, Device > m_argImpl
 
const NullaryOp m_functor
 
const internal::nullary_wrapper< CoeffReturnType, NullaryOp > m_wrapper
 

Detailed Description

template<typename NullaryOp, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >

Definition at line 228 of file TensorEvaluator.h.

Member Typedef Documentation

template<typename NullaryOp , typename ArgType , typename Device >
typedef internal::traits<XprType>::Scalar Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::CoeffReturnType

Definition at line 247 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
typedef TensorEvaluator<ArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::Dimensions

Definition at line 250 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::Index

Definition at line 245 of file TensorEvaluator.h.

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

Definition at line 248 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::Scalar

Definition at line 246 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
typedef TensorCwiseNullaryOp<NullaryOp, ArgType> Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::XprType

Definition at line 230 of file TensorEvaluator.h.

Member Enumeration Documentation

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

Definition at line 232 of file TensorEvaluator.h.

Constructor & Destructor Documentation

template<typename NullaryOp , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 241 of file TensorEvaluator.h.

Member Function Documentation

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

Definition at line 255 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 257 of file TensorEvaluator.h.

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

Definition at line 269 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType* Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::data ( ) const
inline

Definition at line 274 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 252 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType )
inline

Definition at line 254 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
NullaryOp Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::functor ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 279 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::impl ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 277 of file TensorEvaluator.h.

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

Definition at line 263 of file TensorEvaluator.h.

Member Data Documentation

template<typename NullaryOp , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::m_argImpl
private

Definition at line 284 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
const NullaryOp Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::m_functor
private

Definition at line 283 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
const internal::nullary_wrapper<CoeffReturnType,NullaryOp> Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::m_wrapper
private

Definition at line 285 of file TensorEvaluator.h.

template<typename NullaryOp , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorCwiseNullaryOp< NullaryOp, ArgType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 249 of file TensorEvaluator.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