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, 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 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
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 

Protected Attributes

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< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >

Definition at line 407 of file TensorMorphing.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 414 of file TensorMorphing.h.

◆ ConstCastStorage

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef StorageMemory<typename internal::remove_const<CoeffReturnType>::type, Device> Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::ConstCastStorage

Definition at line 418 of file TensorMorphing.h.

◆ Dimensions

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

Definition at line 416 of file TensorMorphing.h.

◆ EvaluatorPointerType

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::EvaluatorPointerType

Definition at line 419 of file TensorMorphing.h.

◆ Index

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

Definition at line 412 of file TensorMorphing.h.

◆ PacketReturnType

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

◆ Scalar

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

Definition at line 413 of file TensorMorphing.h.

◆ ScalarNoConst

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

Definition at line 435 of file TensorMorphing.h.

◆ Storage

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

Definition at line 417 of file TensorMorphing.h.

◆ TensorBlock

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

Definition at line 443 of file TensorMorphing.h.

◆ TensorBlockDesc

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

Definition at line 438 of file TensorMorphing.h.

◆ TensorBlockScratch

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

Definition at line 439 of file TensorMorphing.h.

◆ XprType

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

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 446 of file TensorMorphing.h.

Member Function Documentation

◆ block()

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorBlock Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::block ( TensorBlockDesc desc,
TensorBlockScratch scratch,
bool  = false 
) const
inline

Definition at line 616 of file TensorMorphing.h.

◆ cleanup()

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

Definition at line 535 of file TensorMorphing.h.

◆ coeff()

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

◆ costPerCoeff()

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

◆ data()

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

Definition at line 624 of file TensorMorphing.h.

◆ dimensions()

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

Definition at line 491 of file TensorMorphing.h.

◆ evalSubExprsIfNeeded()

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

Definition at line 493 of file TensorMorphing.h.

◆ getResourceRequirements()

template<typename StartIndices , typename Sizes , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::TensorBlockResourceRequirements Eigen::TensorEvaluator< const TensorSlicingOp< StartIndices, Sizes, ArgType >, Device >::getResourceRequirements ( ) const
inline

Definition at line 608 of file TensorMorphing.h.

◆ packet()

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

◆ srcCoeff()

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

Member Data Documentation

◆ m_device

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

Definition at line 694 of file TensorMorphing.h.

◆ m_dimensions

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

Definition at line 695 of file TensorMorphing.h.

◆ m_fastOutputStrides

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

◆ m_impl

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

◆ m_inputStrides

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

◆ m_is_identity

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

Definition at line 696 of file TensorMorphing.h.

◆ m_offsets

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

◆ m_outputStrides

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

◆ NumDims

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


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:21