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

#include <TensorConcatenation.h>

Inheritance diagram for Eigen::TensorEvaluator< 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 TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Base::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorConcatenationOp< Axis, LeftArgType, RightArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >
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_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnTypecoeffRef (Index index)
 
EIGEN_STRONG_INLINE TensorEvaluator (XprType &op, const Device &device)
 
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writePacket (Index index, const PacketReturnType &x)
 
- Public Member Functions inherited from Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, 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 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)
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >
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 inherited from Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >
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< TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >

Definition at line 300 of file TensorConcatenation.h.

Member Typedef Documentation

◆ Base

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

Definition at line 303 of file TensorConcatenation.h.

◆ CoeffReturnType

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

Definition at line 329 of file TensorConcatenation.h.

◆ Dimensions

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
typedef Base::Dimensions Eigen::TensorEvaluator< TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::Dimensions

Definition at line 305 of file TensorConcatenation.h.

◆ Index

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

Definition at line 327 of file TensorConcatenation.h.

◆ PacketReturnType

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

Definition at line 330 of file TensorConcatenation.h.

◆ Scalar

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

Definition at line 328 of file TensorConcatenation.h.

◆ TensorBlock

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

Definition at line 318 of file TensorConcatenation.h.

◆ XprType

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

Definition at line 304 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 306 of file TensorConcatenation.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 321 of file TensorConcatenation.h.

Member Function Documentation

◆ coeffRef()

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

Definition at line 332 of file TensorConcatenation.h.

◆ writePacket()

template<typename Axis , typename LeftArgType , typename RightArgType , typename Device >
template<int StoreMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >::writePacket ( Index  index,
const PacketReturnType x 
)
inline

Definition at line 361 of file TensorConcatenation.h.


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


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