Public Types | Public Member Functions | List of all members
Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device > Struct Template Reference

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = TensorEvaluator<ArgType, Device>::RawAccess, PreferBlockAccess = false,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = TensorEvaluator<ArgType, Device>::RawAccess
}
 
typedef TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef NewDimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::TensorBlockDescriptor< TensorEvaluator::NumOutputDims, IndexTensorBlockDesc
 
typedef TensorReshapingOp< NewDimensions, ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >
enum  { IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef StorageMemory< typename internal::remove_const< CoeffReturnType >::type, Device > ConstCastStorage
 
typedef NewDimensions Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
enum  ReshapingKind { OneByN = 0, NByOne = 1, Runtime = 2 }
 
typedef XprType::Scalar Scalar
 
typedef internal::remove_const< Scalar >::type ScalarNoConst
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorMaterializedBlock< ScalarNoConst, NumOutputDims, Layout, IndexTensorBlock
 
typedef internal::TensorBlockDescriptor< NumOutputDims, IndexTensorBlockDesc
 
typedef internal::TensorBlockScratchAllocator< Device > TensorBlockScratch
 
typedef TensorReshapingOp< NewDimensions, 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 TensorReshapingOp< NewDimensions, 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 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
 
const EIGEN_DEVICE_FUNC TensorEvaluator< ArgType, Device > & impl () 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)
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >
static const ReshapingKind kind
 
static const int NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int NumOutputDims = internal::array_size<Dimensions>::value
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorReshapingOp< NewDimensions, ArgType >, Device >
NewDimensions m_dimensions
 
TensorEvaluator< ArgType, Device > m_impl
 

Detailed Description

template<typename NewDimensions, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >

Definition at line 240 of file TensorMorphing.h.

Member Typedef Documentation

◆ Base

template<typename NewDimensions , typename ArgType , typename Device >
typedef TensorEvaluator<const TensorReshapingOp<NewDimensions, ArgType>, Device> Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::Base

Definition at line 244 of file TensorMorphing.h.

◆ CoeffReturnType

template<typename NewDimensions , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::CoeffReturnType

Definition at line 264 of file TensorMorphing.h.

◆ Dimensions

template<typename NewDimensions , typename ArgType , typename Device >
typedef NewDimensions Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::Dimensions

Definition at line 246 of file TensorMorphing.h.

◆ Index

template<typename NewDimensions , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::Index

Definition at line 262 of file TensorMorphing.h.

◆ PacketReturnType

template<typename NewDimensions , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::PacketReturnType

Definition at line 265 of file TensorMorphing.h.

◆ Scalar

template<typename NewDimensions , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::Scalar

Definition at line 263 of file TensorMorphing.h.

◆ TensorBlockDesc

template<typename NewDimensions , typename ArgType , typename Device >
typedef internal::TensorBlockDescriptor<TensorEvaluator::NumOutputDims, Index> Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::TensorBlockDesc

Definition at line 269 of file TensorMorphing.h.

◆ XprType

template<typename NewDimensions , typename ArgType , typename Device >
typedef TensorReshapingOp<NewDimensions, ArgType> Eigen::TensorEvaluator< TensorReshapingOp< NewDimensions, ArgType >, Device >::XprType

Definition at line 245 of file TensorMorphing.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 248 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 258 of file TensorMorphing.h.

Member Function Documentation

◆ coeffRef()

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

Definition at line 272 of file TensorMorphing.h.

◆ writeBlock()

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

Definition at line 284 of file TensorMorphing.h.

◆ writePacket()

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

Definition at line 278 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:25