Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device > Struct Template Reference

#include <TensorConcatenation.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess, BlockAccess = false, PreferBlockAccess,
  Layout = TensorEvaluator<LeftArgType, Device>::Layout, 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 StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorConcatenationOp< Axis, LeftArgType, RightArgType > XprType
 

Public Member Functions

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 EvaluatorPointerType data () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
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<LeftArgType, Device>::Dimensions>::value
 
static const int RightNumDims = internal::array_size<typename TensorEvaluator<RightArgType, Device>::Dimensions>::value
 

Protected Attributes

const Axis m_axis
 
Dimensions m_dimensions
 
TensorEvaluator< LeftArgType, Device > m_leftImpl
 
array< Index, NumDimsm_leftStrides
 
array< Index, NumDimsm_outputStrides
 
TensorEvaluator< RightArgType, Device > m_rightImpl
 
array< Index, NumDimsm_rightStrides
 

Detailed Description

template<typename Axis, typename LeftArgType, typename RightArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >

Definition at line 95 of file TensorConcatenation.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::CoeffReturnType

Definition at line 103 of file TensorConcatenation.h.

◆ Dimensions

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::Dimensions

Definition at line 101 of file TensorConcatenation.h.

◆ EvaluatorPointerType

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::EvaluatorPointerType

Definition at line 106 of file TensorConcatenation.h.

◆ Index

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::Index

Definition at line 98 of file TensorConcatenation.h.

◆ PacketReturnType

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::PacketReturnType

Definition at line 104 of file TensorConcatenation.h.

◆ Scalar

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::Scalar

Definition at line 102 of file TensorConcatenation.h.

◆ Storage

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::Storage

Definition at line 105 of file TensorConcatenation.h.

◆ TensorBlock

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::TensorBlock

Definition at line 119 of file TensorConcatenation.h.

◆ XprType

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef TensorConcatenationOp<Axis, LeftArgType, RightArgType> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::XprType

Definition at line 97 of file TensorConcatenation.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
RawAccess 

Definition at line 107 of file TensorConcatenation.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 122 of file TensorConcatenation.h.

Member Function Documentation

◆ cleanup()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::cleanup ( )
inline

Definition at line 182 of file TensorConcatenation.h.

◆ coeff()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 190 of file TensorConcatenation.h.

◆ costPerCoeff()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 264 of file TensorConcatenation.h.

◆ data()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EvaluatorPointerType Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::data ( ) const
inline

Definition at line 278 of file TensorConcatenation.h.

◆ dimensions()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensions& Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::dimensions ( ) const
inline

Definition at line 172 of file TensorConcatenation.h.

◆ evalSubExprsIfNeeded()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 175 of file TensorConcatenation.h.

◆ packet()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::packet ( Index  index) const
inline

Definition at line 248 of file TensorConcatenation.h.

Member Data Documentation

◆ m_axis

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
const Axis Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_axis
protected

Definition at line 295 of file TensorConcatenation.h.

◆ m_dimensions

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_dimensions
protected

Definition at line 289 of file TensorConcatenation.h.

◆ m_leftImpl

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<LeftArgType, Device> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_leftImpl
protected

Definition at line 293 of file TensorConcatenation.h.

◆ m_leftStrides

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_leftStrides
protected

Definition at line 291 of file TensorConcatenation.h.

◆ m_outputStrides

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_outputStrides
protected

Definition at line 290 of file TensorConcatenation.h.

◆ m_rightImpl

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<RightArgType, Device> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_rightImpl
protected

Definition at line 294 of file TensorConcatenation.h.

◆ m_rightStrides

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
array<Index, NumDims> Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::m_rightStrides
protected

Definition at line 292 of file TensorConcatenation.h.

◆ NumDims

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::NumDims = internal::array_size<typename TensorEvaluator<LeftArgType, Device>::Dimensions>::value
static

Definition at line 99 of file TensorConcatenation.h.

◆ RightNumDims

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::RightNumDims = internal::array_size<typename TensorEvaluator<RightArgType, Device>::Dimensions>::value
static

Definition at line 100 of file TensorConcatenation.h.


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


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