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 = TensorEvaluator<LeftArgType, Device>::PacketAccess & TensorEvaluator<RightArgType, Device>::PacketAccess, Layout = TensorEvaluator<LeftArgType, Device>::Layout, RawAccess = false }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorConcatenationOp< Axis, LeftArgType, RightArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC 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 Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (Scalar *)
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC 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 110 of file TensorConcatenation.h.

Member Typedef Documentation

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

Definition at line 118 of file TensorConcatenation.h.

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 116 of file TensorConcatenation.h.

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

Definition at line 113 of file TensorConcatenation.h.

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 119 of file TensorConcatenation.h.

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

Definition at line 117 of file TensorConcatenation.h.

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 112 of file TensorConcatenation.h.

Member Enumeration Documentation

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

Definition at line 120 of file TensorConcatenation.h.

Constructor & Destructor Documentation

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

Definition at line 127 of file TensorConcatenation.h.

Member Function Documentation

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

Definition at line 187 of file TensorConcatenation.h.

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 195 of file TensorConcatenation.h.

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.

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

Definition at line 278 of file TensorConcatenation.h.

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

Definition at line 177 of file TensorConcatenation.h.

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

Definition at line 180 of file TensorConcatenation.h.

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 249 of file TensorConcatenation.h.

Member Data Documentation

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 287 of file TensorConcatenation.h.

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

Definition at line 281 of file TensorConcatenation.h.

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 285 of file TensorConcatenation.h.

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 283 of file TensorConcatenation.h.

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 282 of file TensorConcatenation.h.

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 286 of file TensorConcatenation.h.

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 284 of file TensorConcatenation.h.

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 114 of file TensorConcatenation.h.

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 115 of file TensorConcatenation.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:23