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 = TensorEvaluator<LeftArgType, Device>::PacketAccess & TensorEvaluator<RightArgType, Device>::PacketAccess, 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 TensorConcatenationOp< Axis, LeftArgType, RightArgType > XprType
 
- Public Types inherited from Eigen::TensorEvaluator< const TensorConcatenationOp< Axis, LeftArgType, RightArgType >, Device >
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 CoeffReturnTypecoeffRef (Index index)
 
EIGEN_DEVICE_FUNC 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_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)
 

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

Member Typedef Documentation

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

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

Definition at line 313 of file TensorConcatenation.h.

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

Definition at line 297 of file TensorConcatenation.h.

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

Definition at line 311 of file TensorConcatenation.h.

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

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

Definition at line 312 of file TensorConcatenation.h.

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

Constructor & Destructor Documentation

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

Definition at line 305 of file TensorConcatenation.h.

Member Function Documentation

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

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 345 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:24