Public Types | Public Member Functions | Static Public Attributes | List of all members
Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device > Struct Template Reference

#include <TensorStriding.h>

Inheritance diagram for Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef TensorEvaluator< const XprType, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorStridingOp< Strides, ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorStridingOp< Strides, ArgType >, Device >
enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorStridingOp< Strides, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writePacket (Index index, const PacketReturnType &x)
 
- Public Member Functions inherited from Eigen::TensorEvaluator< const TensorStridingOp< Strides, ArgType >, Device >
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 Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (Scalar *)
 
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)
 

Static Public Attributes

static const int NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 
- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorStridingOp< Strides, ArgType >, Device >
static const int NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorEvaluator< const TensorStridingOp< Strides, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorStridingOp< Strides, ArgType >, Device >
Dimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
array< Index, NumDimsm_outputStrides
 

Detailed Description

template<typename Strides, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >

Definition at line 258 of file TensorStriding.h.

Member Typedef Documentation

template<typename Strides , typename ArgType , typename Device >
typedef TensorEvaluator<const XprType, Device> Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::Base

Definition at line 262 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::CoeffReturnType

Definition at line 280 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::Index

Definition at line 278 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::PacketReturnType

Definition at line 281 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::Scalar

Definition at line 279 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
typedef TensorStridingOp<Strides, ArgType> Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::XprType

Definition at line 261 of file TensorStriding.h.

Member Enumeration Documentation

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

Definition at line 267 of file TensorStriding.h.

Constructor & Destructor Documentation

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

Definition at line 275 of file TensorStriding.h.

Member Function Documentation

template<typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::coeffRef ( Index  index)
inline

Definition at line 284 of file TensorStriding.h.

template<typename Strides , typename ArgType , typename Device >
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorStridingOp< Strides, ArgType >, Device >::writePacket ( Index  index,
const PacketReturnType x 
)
inline

Definition at line 290 of file TensorStriding.h.

Member Data Documentation

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

Definition at line 264 of file TensorStriding.h.

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

Definition at line 282 of file TensorStriding.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