TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device > Struct Template Reference

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >:
Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >

Public Types

enum  {
  IsAligned = false , PacketAccess = false , BlockAccess = false , PreferBlockAccess = TensorEvaluator<ArgType, Device>::PreferBlockAccess ,
  Layout = TensorEvaluator<ArgType, Device>::Layout , RawAccess = false
}
 
typedef TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType > XprType
 
typedef XprType::Index Index
 
typedef XprType::Scalar Scalar
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef Storage::Type EvaluatorPointerType
 
typedef Strides Dimensions
 
typedef internal::TensorBlockNotImplemented TensorBlock
 

Public Member Functions

EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
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 Storage::Type data () const
 

Static Public Attributes

static const int NumDims = internal::array_size<Strides>::value
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 

Static Protected Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index clamp (Index value, Index min, Index max)
 

Protected Attributes

array< Index, NumDimsm_outputStrides
 
array< internal::TensorIntDivisor< Index >, NumDimsm_fastOutputStrides
 
array< Index, NumDimsm_inputStrides
 
bool m_is_identity
 
TensorEvaluator< ArgType, Device > m_impl
 
const Device EIGEN_DEVICE_REF m_device
 
DSizes< Index, NumDimsm_startIndices
 
DSizes< Index, NumDimsm_dimensions
 
DSizes< Index, NumDimsm_offsets
 
const Strides m_strides
 

Member Typedef Documentation

◆ CoeffReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::CoeffReturnType

◆ Dimensions

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef Strides Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Dimensions

◆ EvaluatorPointerType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::EvaluatorPointerType

◆ Index

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Index

◆ PacketReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType,Device>::type Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::PacketReturnType

◆ Scalar

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Scalar

◆ Storage

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Storage

◆ TensorBlock

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::TensorBlock

◆ XprType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef TensorStridingSlicingOp<StartIndices, StopIndices, Strides, ArgType> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::XprType

Member Enumeration Documentation

◆ anonymous enum

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
RawAccess 

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Member Function Documentation

◆ clamp()

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::clamp ( Index  value,
Index  min,
Index  max 
)
inlinestaticprotected

◆ cleanup()

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::cleanup ( )
inline

◆ coeff()

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

◆ costPerCoeff()

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

◆ data()

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Storage::Type Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::data ( ) const
inline

◆ dimensions()

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

◆ evalSubExprsIfNeeded()

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

◆ srcCoeff()

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

Member Data Documentation

◆ m_device

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
const Device EIGEN_DEVICE_REF Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_device
protected

◆ m_dimensions

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_dimensions
protected

◆ m_fastOutputStrides

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
array<internal::TensorIntDivisor<Index>, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_fastOutputStrides
protected

◆ m_impl

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_impl
protected

◆ m_inputStrides

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_inputStrides
protected

◆ m_is_identity

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
bool Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_is_identity
protected

◆ m_offsets

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_offsets
protected

◆ m_outputStrides

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_outputStrides
protected

◆ m_startIndices

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_startIndices
protected

◆ m_strides

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
const Strides Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::m_strides
protected

◆ NumDims

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::NumDims = internal::array_size<Strides>::value
static

The documentation for this struct was generated from the following file: