Public Types | Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device > Struct Template Reference

#include <TensorScan.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = (PacketType<CoeffReturnType, Device>::size > 1), BlockAccess = false, PreferBlockAccess = false,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = true
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef internal::remove_const< typename XprType::Scalar >::type Scalar
 
typedef TensorEvaluator< const TensorScanOp< Op, ArgType >, Device > Self
 
typedef StorageMemory< Scalar, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorScanOp< Op, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Op & accumulator () const
 
EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Indexconsume_dim () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvaluatorPointerType data () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Device & device () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType data)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool exclusive () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorEvaluator< ArgType, Device > & inner () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Indexsize () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Indexstride () const
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 

Public Attributes

const typedef ArgType ChildType
 
const typedef ArgType ChildTypeNoConst
 

Static Public Attributes

static const int NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 

Protected Attributes

Op m_accumulator
 
Index m_consume_dim
 
const Device EIGEN_DEVICE_REF m_device
 
const bool m_exclusive
 
TensorEvaluator< ArgType, Device > m_impl
 
EvaluatorPointerType m_output
 
const Index m_size
 
Index m_stride
 

Detailed Description

template<typename Op, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >

Definition at line 376 of file TensorScan.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Op , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::CoeffReturnType

Definition at line 385 of file TensorScan.h.

◆ Dimensions

template<typename Op , typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Dimensions

Definition at line 383 of file TensorScan.h.

◆ EvaluatorPointerType

template<typename Op , typename ArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::EvaluatorPointerType

Definition at line 389 of file TensorScan.h.

◆ Index

template<typename Op , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Index

Definition at line 379 of file TensorScan.h.

◆ PacketReturnType

template<typename Op , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::PacketReturnType

Definition at line 386 of file TensorScan.h.

◆ Scalar

template<typename Op , typename ArgType , typename Device >
typedef internal::remove_const<typename XprType::Scalar>::type Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Scalar

Definition at line 384 of file TensorScan.h.

◆ Self

template<typename Op , typename ArgType , typename Device >
typedef TensorEvaluator<const TensorScanOp<Op, ArgType>, Device> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Self

Definition at line 387 of file TensorScan.h.

◆ Storage

template<typename Op , typename ArgType , typename Device >
typedef StorageMemory<Scalar, Device> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::Storage

Definition at line 388 of file TensorScan.h.

◆ TensorBlock

template<typename Op , typename ArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::TensorBlock

Definition at line 402 of file TensorScan.h.

◆ XprType

template<typename Op , typename ArgType , typename Device >
typedef TensorScanOp<Op, ArgType> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::XprType

Definition at line 378 of file TensorScan.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 391 of file TensorScan.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename Op , typename ArgType , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 405 of file TensorScan.h.

Member Function Documentation

◆ accumulator()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Op& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::accumulator ( ) const
inline

Definition at line 451 of file TensorScan.h.

◆ cleanup()

template<typename Op , typename ArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::cleanup ( )
inline

Definition at line 500 of file TensorScan.h.

◆ coeff()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 491 of file TensorScan.h.

◆ consume_dim()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Index& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::consume_dim ( ) const
inline

Definition at line 443 of file TensorScan.h.

◆ costPerCoeff()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::costPerCoeff ( bool  ) const
inline

Definition at line 496 of file TensorScan.h.

◆ data()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvaluatorPointerType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::data ( ) const
inline

Definition at line 486 of file TensorScan.h.

◆ device()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Device& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::device ( ) const
inline

Definition at line 463 of file TensorScan.h.

◆ dimensions()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensions& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 435 of file TensorScan.h.

◆ evalSubExprsIfNeeded()

template<typename Op , typename ArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  data)
inline

Definition at line 467 of file TensorScan.h.

◆ exclusive()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::exclusive ( ) const
inline

Definition at line 455 of file TensorScan.h.

◆ inner()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::inner ( ) const
inline

Definition at line 459 of file TensorScan.h.

◆ packet()

template<typename Op , typename ArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC PacketReturnType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::packet ( Index  index) const
inline

Definition at line 482 of file TensorScan.h.

◆ size()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Index& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::size ( ) const
inline

Definition at line 447 of file TensorScan.h.

◆ stride()

template<typename Op , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Index& Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::stride ( ) const
inline

Definition at line 439 of file TensorScan.h.

Member Data Documentation

◆ ChildType

template<typename Op , typename ArgType , typename Device >
const typedef ArgType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::ChildType

Definition at line 381 of file TensorScan.h.

◆ ChildTypeNoConst

template<typename Op , typename ArgType , typename Device >
const typedef ArgType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::ChildTypeNoConst

Definition at line 380 of file TensorScan.h.

◆ m_accumulator

template<typename Op , typename ArgType , typename Device >
Op Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_accumulator
protected

Definition at line 519 of file TensorScan.h.

◆ m_consume_dim

template<typename Op , typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_consume_dim
protected

Definition at line 522 of file TensorScan.h.

◆ m_device

template<typename Op , typename ArgType , typename Device >
const Device EIGEN_DEVICE_REF Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_device
protected

Definition at line 517 of file TensorScan.h.

◆ m_exclusive

template<typename Op , typename ArgType , typename Device >
const bool Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_exclusive
protected

Definition at line 518 of file TensorScan.h.

◆ m_impl

template<typename Op , typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_impl
protected

Definition at line 516 of file TensorScan.h.

◆ m_output

template<typename Op , typename ArgType , typename Device >
EvaluatorPointerType Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_output
protected

Definition at line 523 of file TensorScan.h.

◆ m_size

template<typename Op , typename ArgType , typename Device >
const Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_size
protected

Definition at line 520 of file TensorScan.h.

◆ m_stride

template<typename Op , typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::m_stride
protected

Definition at line 521 of file TensorScan.h.

◆ NumDims

template<typename Op , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorScanOp< Op, ArgType >, Device >::NumDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
static

Definition at line 382 of file TensorScan.h.


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


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