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

#include <TensorShuffling.h>

Inheritance diagram for Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess = (PacketType<CoeffReturnType, Device>::size > 1), BlockAccess = TensorEvaluator<ArgType, Device>::RawAccess, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, RawAccess = false
}
 
typedef TensorEvaluator< const TensorShufflingOp< Shuffle, 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::remove_const< Scalar >::type ScalarNoConst
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef TensorShufflingOp< Shuffle, ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device >
enum  {
  IsAligned = false, PacketAccess = (PacketType<CoeffReturnType, Device>::size > 1), BlockAccess = TensorEvaluator<ArgType, Device>::RawAccess, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
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 TensorEvaluator< const TensorShufflingOp< Shuffle, ArgType >, Device > Self
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorMaterializedBlock< ScalarNoConst, NumDims, Layout, IndexTensorBlock
 
typedef internal::TensorBlockDescriptor< NumDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef TensorShufflingOp< Shuffle, 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_STRONG_INLINE void writePacket (Index index, const PacketReturnType &x)
 
- Public Member Functions inherited from Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, 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 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 = 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 TensorShufflingOp< Shuffle, ArgType >, Device >
static const int NumDims = 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 TensorShufflingOp< Shuffle, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index GetBlockOutputIndex (Index input_index, const DSizes< Index, NumDims > &input_block_strides, const DSizes< Index, NumDims > &output_block_strides, const DSizes< internal::TensorIntDivisor< Index >, NumDims > &fast_input_block_strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorShufflingOp< Shuffle, 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
 
array< Index, NumDimsm_inverseShuffle
 
bool m_is_identity
 
array< Index, NumDimsm_outputStrides
 
array< int, NumDimsm_shuffle
 
array< Index, NumDimsm_unshuffledInputStrides
 

Detailed Description

template<typename Shuffle, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >

Definition at line 359 of file TensorShuffling.h.

Member Typedef Documentation

◆ Base

template<typename Shuffle , typename ArgType , typename Device >
typedef TensorEvaluator<const TensorShufflingOp<Shuffle, ArgType>, Device> Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::Base

Definition at line 362 of file TensorShuffling.h.

◆ CoeffReturnType

template<typename Shuffle , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::CoeffReturnType

Definition at line 369 of file TensorShuffling.h.

◆ Dimensions

template<typename Shuffle , typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::Dimensions

Definition at line 367 of file TensorShuffling.h.

◆ Index

template<typename Shuffle , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::Index

Definition at line 365 of file TensorShuffling.h.

◆ PacketReturnType

template<typename Shuffle , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::PacketReturnType

Definition at line 370 of file TensorShuffling.h.

◆ Scalar

template<typename Shuffle , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::Scalar

Definition at line 368 of file TensorShuffling.h.

◆ ScalarNoConst

template<typename Shuffle , typename ArgType , typename Device >
typedef internal::remove_const<Scalar>::type Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::ScalarNoConst

Definition at line 382 of file TensorShuffling.h.

◆ TensorBlockDesc

template<typename Shuffle , typename ArgType , typename Device >
typedef internal::TensorBlockDescriptor<NumDims, Index> Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::TensorBlockDesc

Definition at line 385 of file TensorShuffling.h.

◆ XprType

template<typename Shuffle , typename ArgType , typename Device >
typedef TensorShufflingOp<Shuffle, ArgType> Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::XprType

Definition at line 364 of file TensorShuffling.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 373 of file TensorShuffling.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 388 of file TensorShuffling.h.

Member Function Documentation

◆ coeffRef()

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

Definition at line 392 of file TensorShuffling.h.

◆ writeBlock()

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

Definition at line 411 of file TensorShuffling.h.

◆ writePacket()

template<typename Shuffle , typename ArgType , typename Device >
template<int StoreMode>
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::writePacket ( Index  index,
const PacketReturnType x 
)
inline

Definition at line 398 of file TensorShuffling.h.

Member Data Documentation

◆ NumDims

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

Definition at line 366 of file TensorShuffling.h.

◆ PacketSize

template<typename Shuffle , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< TensorShufflingOp< Shuffle, ArgType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 371 of file TensorShuffling.h.


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


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