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, BlockAccess = TensorEvaluator<ArgType, Device>::BlockAccess, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = (NumDims == 1) & TensorEvaluator<ArgType, Device>::RawAccess
}
 
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 internal::remove_const< Scalar >::type ScalarNoConst
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
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, BlockAccess, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef StorageMemory< typename internal::remove_const< CoeffReturnType >::type, Device > ConstCastStorage
 
typedef Sizes Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::remove_const< Scalar >::type ScalarNoConst
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef TensorEvaluator< const ArgType, Device >::TensorBlock TensorBlock
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef TensorSlicingOp< StartIndices, Sizes, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnTypecoeffRef (Index index)
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
template<typename TensorBlock >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writeBlock (const TensorBlockDesc &desc, const TensorBlock &block)
 
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 TensorBlock block (TensorBlockDesc &desc, TensorBlockScratch &scratch, bool=false) const
 
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
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType data)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements getResourceRequirements () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
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 EIGEN_DEVICE_REF m_device
 
Dimensions m_dimensions
 
array< internal::TensorIntDivisor< Index >, NumDimsm_fastOutputStrides
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
bool m_is_identity
 
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 703 of file TensorMorphing.h.

Member Typedef Documentation

◆ Base

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 706 of file TensorMorphing.h.

◆ CoeffReturnType

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

Definition at line 712 of file TensorMorphing.h.

◆ Dimensions

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

Definition at line 714 of file TensorMorphing.h.

◆ Index

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

Definition at line 710 of file TensorMorphing.h.

◆ PacketReturnType

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 713 of file TensorMorphing.h.

◆ Scalar

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

Definition at line 711 of file TensorMorphing.h.

◆ ScalarNoConst

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef internal::remove_const<Scalar>::type Eigen::TensorEvaluator< TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::ScalarNoConst

Definition at line 726 of file TensorMorphing.h.

◆ TensorBlockDesc

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::TensorBlockDesc

Definition at line 729 of file TensorMorphing.h.

◆ TensorBlockScratch

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef internal::TensorBlockScratchAllocator<Device> Eigen::TensorEvaluator< TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::TensorBlockScratch

Definition at line 730 of file TensorMorphing.h.

◆ XprType

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 707 of file TensorMorphing.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 716 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 733 of file TensorMorphing.h.

Member Function Documentation

◆ coeffRef()

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 737 of file TensorMorphing.h.

◆ writeBlock()

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
template<typename TensorBlock >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::writeBlock ( const TensorBlockDesc desc,
const TensorBlock block 
)
inline

Definition at line 798 of file TensorMorphing.h.

◆ writePacket()

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 747 of file TensorMorphing.h.

Member Data Documentation

◆ NumDims

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 708 of file TensorMorphing.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:02