Public Types | Public Member Functions | Static Public Attributes | List of all members
Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device > Struct Template Reference

#include <TensorMorphing.h>

Inheritance diagram for Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess = false, BlockAccess = false, PreferBlockAccess = TensorEvaluator<ArgType, Device>::PreferBlockAccess,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = TensorEvaluator<ArgType, Device>::CoordAccess, RawAccess = false
}
 
typedef TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Strides Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
enum  {
  IsAligned = false, PacketAccess = false, BlockAccess = false, PreferBlockAccess = TensorEvaluator<ArgType, Device>::PreferBlockAccess,
  Layout = TensorEvaluator<ArgType, Device>::Layout, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Strides Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnTypecoeffRef (Index index)
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
- Public Member Functions inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
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 EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

static const int NumDims = internal::array_size<Strides>::value
 
- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
static const int NumDims = internal::array_size<Strides>::value
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff (Index index) const
 
- Static Protected Member Functions inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index clamp (Index value, Index min, Index max)
 
- Protected Attributes inherited from Eigen::TensorEvaluator< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >
const Device EIGEN_DEVICE_REF m_device
 
DSizes< Index, NumDimsm_dimensions
 
array< internal::TensorIntDivisor< Index >, NumDimsm_fastOutputStrides
 
TensorEvaluator< ArgType, Device > m_impl
 
array< Index, NumDimsm_inputStrides
 
bool m_is_identity
 
DSizes< Index, NumDimsm_offsets
 
array< Index, NumDimsm_outputStrides
 
DSizes< Index, NumDimsm_startIndices
 
const Strides m_strides
 

Detailed Description

template<typename StartIndices, typename StopIndices, typename Strides, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >

Definition at line 1058 of file TensorMorphing.h.

Member Typedef Documentation

◆ Base

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef TensorEvaluator<const TensorStridingSlicingOp<StartIndices, StopIndices, Strides, ArgType>, Device> Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Base

Definition at line 1061 of file TensorMorphing.h.

◆ CoeffReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::CoeffReturnType

Definition at line 1085 of file TensorMorphing.h.

◆ Dimensions

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef Strides Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Dimensions

Definition at line 1087 of file TensorMorphing.h.

◆ Index

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Index

Definition at line 1083 of file TensorMorphing.h.

◆ PacketReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::PacketReturnType

Definition at line 1086 of file TensorMorphing.h.

◆ Scalar

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::Scalar

Definition at line 1084 of file TensorMorphing.h.

◆ TensorBlock

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::TensorBlock

Definition at line 1076 of file TensorMorphing.h.

◆ XprType

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
typedef TensorStridingSlicingOp<StartIndices, StopIndices, Strides, ArgType> Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::XprType

Definition at line 1062 of file TensorMorphing.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 1065 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 1079 of file TensorMorphing.h.

Member Function Documentation

◆ coeffRef()

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType& Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::coeffRef ( Index  index)
inline

Definition at line 1089 of file TensorMorphing.h.

Member Data Documentation

◆ NumDims

template<typename StartIndices , typename StopIndices , typename Strides , typename ArgType , typename Device >
const int Eigen::TensorEvaluator< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, ArgType >, Device >::NumDims = internal::array_size<Strides>::value
static

Definition at line 1063 of file TensorMorphing.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:09