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

#include <TensorChipping.h>

Inheritance diagram for Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = TensorEvaluator<ArgType, Device>::RawAccess, Layout = TensorEvaluator<ArgType, Device>::Layout,
  RawAccess = false
}
 
typedef TensorEvaluator< const TensorChippingOp< DimId, ArgType >, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef TensorChippingOp< DimId, ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorChippingOp< DimId, ArgType >, Device >
enum  {
  IsAligned = false, Layout = TensorEvaluator<ArgType, Device>::Layout, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = TensorEvaluator<ArgType, Device>::BlockAccess,
  IsOuterChipping, IsInnerChipping, PreferBlockAccess, CoordAccess = false,
  RawAccess = false
}
 
typedef TensorEvaluator< const ArgType, Device >::TensorBlock ArgTensorBlock
 
typedef internal::TensorBlockDescriptor< NumInputDims, IndexArgTensorBlockDesc
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
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 internal::TensorMaterializedBlock< ScalarNoConst, NumDims, Layout, IndexTensorBlock
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef TensorChippingOp< DimId, 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 TensorChippingOp< DimId, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorBlock block (TensorBlockDesc &desc, TensorBlockScratch &scratch, bool root_of_expr_ast=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)
 
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 = NumInputDims-1
 
static const int NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = PacketType<CoeffReturnType, Device>::size
 
- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorChippingOp< DimId, ArgType >, Device >
static const int NumDims = NumInputDims-1
 
static const int NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = PacketType<CoeffReturnType, Device>::size
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorEvaluator< const TensorChippingOp< DimId, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool isInnerChipping () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool isOuterChipping () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorChippingOp< DimId, ArgType >, Device >
const Device EIGEN_DEVICE_REF m_device
 
const internal::DimensionId< DimId > m_dim
 
Dimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 
Index m_inputOffset
 
Index m_inputStride
 
Index m_stride
 

Detailed Description

template<DenseIndex DimId, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >

Definition at line 410 of file TensorChipping.h.

Member Typedef Documentation

◆ Base

template<DenseIndex DimId, typename ArgType , typename Device >
typedef TensorEvaluator<const TensorChippingOp<DimId, ArgType>, Device> Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::Base

Definition at line 413 of file TensorChipping.h.

◆ CoeffReturnType

template<DenseIndex DimId, typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::CoeffReturnType

Definition at line 420 of file TensorChipping.h.

◆ Dimensions

template<DenseIndex DimId, typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::Dimensions

Definition at line 418 of file TensorChipping.h.

◆ Index

template<DenseIndex DimId, typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::Index

Definition at line 417 of file TensorChipping.h.

◆ PacketReturnType

template<DenseIndex DimId, typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::PacketReturnType

Definition at line 421 of file TensorChipping.h.

◆ Scalar

template<DenseIndex DimId, typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::Scalar

Definition at line 419 of file TensorChipping.h.

◆ TensorBlockDesc

template<DenseIndex DimId, typename ArgType , typename Device >
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::TensorBlockDesc

Definition at line 433 of file TensorChipping.h.

◆ XprType

template<DenseIndex DimId, typename ArgType , typename Device >
typedef TensorChippingOp<DimId, ArgType> Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::XprType

Definition at line 414 of file TensorChipping.h.

Member Enumeration Documentation

◆ anonymous enum

template<DenseIndex DimId, typename ArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
Layout 
RawAccess 

Definition at line 424 of file TensorChipping.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<DenseIndex DimId, typename ArgType , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 436 of file TensorChipping.h.

Member Function Documentation

◆ coeffRef()

template<DenseIndex DimId, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType& Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::coeffRef ( Index  index)
inline

Definition at line 440 of file TensorChipping.h.

◆ writeBlock()

template<DenseIndex DimId, typename ArgType , typename Device >
template<typename TensorBlock >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::writeBlock ( const TensorBlockDesc desc,
const TensorBlock block 
)
inline

Definition at line 485 of file TensorChipping.h.

◆ writePacket()

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

Definition at line 446 of file TensorChipping.h.

Member Data Documentation

◆ NumDims

template<DenseIndex DimId, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::NumDims = NumInputDims-1
static

Definition at line 416 of file TensorChipping.h.

◆ NumInputDims

template<DenseIndex DimId, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
static

Definition at line 415 of file TensorChipping.h.

◆ PacketSize

template<DenseIndex DimId, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< TensorChippingOp< DimId, ArgType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 422 of file TensorChipping.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:59