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

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< 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 TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device > Base
 
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 Types inherited from Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >
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 CoeffReturnTypecoeffRef (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 TensorSlicingOp< StartIndices, Sizes, 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 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
 
- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >
static const int NumDims = internal::array_size<Sizes>::value
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >
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< TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >

Definition at line 531 of file TensorMorphing.h.

Member Typedef Documentation

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

Definition at line 534 of file TensorMorphing.h.

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

Definition at line 552 of file TensorMorphing.h.

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

Definition at line 554 of file TensorMorphing.h.

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

Definition at line 550 of file TensorMorphing.h.

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

Definition at line 553 of file TensorMorphing.h.

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

Definition at line 551 of file TensorMorphing.h.

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

Definition at line 535 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 538 of file TensorMorphing.h.

Constructor & Destructor Documentation

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

Definition at line 546 of file TensorMorphing.h.

Member Function Documentation

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

Definition at line 556 of file TensorMorphing.h.

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

Definition at line 562 of file TensorMorphing.h.

Member Data Documentation

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

Definition at line 536 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