Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device > Struct Template Reference

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, 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 XprType::CoeffReturnType CoeffReturnType
 
typedef Sizes Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorSlicingOp< StartIndices, Sizes, ArgType > 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 EIGEN_STRONG_INLINE Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *data)
 
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<Sizes>::value
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 

Protected Attributes

const Device & m_device
 
Dimensions m_dimensions
 
array< internal::TensorIntDivisor< Index >, NumDimsm_fastOutputStrides
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
const StartIndices m_offsets
 
array< Index, NumDimsm_outputStrides
 

Detailed Description

template<typename StartIndices, typename Sizes, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >

Definition at line 306 of file TensorMorphing.h.

Member Typedef Documentation

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::CoeffReturnType

Definition at line 359 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef Sizes Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::Dimensions

Definition at line 361 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::Index

Definition at line 357 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::PacketReturnType

Definition at line 360 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::Scalar

Definition at line 358 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef TensorSlicingOp<StartIndices, Sizes, ArgType> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::XprType

Definition at line 308 of file TensorMorphing.h.

Member Enumeration Documentation

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

Definition at line 311 of file TensorMorphing.h.

Constructor & Destructor Documentation

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

Definition at line 321 of file TensorMorphing.h.

Member Function Documentation

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::cleanup ( )
inline

Definition at line 399 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 403 of file TensorMorphing.h.

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

Definition at line 456 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar* Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::data ( ) const
inline

Definition at line 461 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 363 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType data)
inline

Definition at line 366 of file TensorMorphing.h.

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

Definition at line 409 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::srcCoeff ( Index  index) const
inlineprotected

Definition at line 498 of file TensorMorphing.h.

Member Data Documentation

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
const Device& Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_device
protected

Definition at line 523 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_dimensions
protected

Definition at line 524 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
array<internal::TensorIntDivisor<Index>, NumDims> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_fastOutputStrides
protected

Definition at line 520 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_impl
protected

Definition at line 522 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_inputStrides
protected

Definition at line 521 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
const StartIndices Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_offsets
protected

Definition at line 525 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::m_outputStrides
protected

Definition at line 519 of file TensorMorphing.h.

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::NumDims = internal::array_size<Sizes>::value
static

Definition at line 309 of file TensorMorphing.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