Public Types | Public Member Functions | List of all members
Eigen::TensorEvaluator< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device > Struct Template Reference

#include <TensorReduction.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >:
Inheritance graph
[legend]

Public Types

typedef TensorReductionEvaluatorBase< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device > Base
 
- Public Types inherited from Eigen::TensorReductionEvaluatorBase< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >
enum  {
  IsAligned = false, PacketAccess = Self::InputPacketAccess && ReducerTraits::PacketAccess, BlockAccess = false, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef ArgType ChildType
 
typedef internal::ReductionReturnType< Op, typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef internal::conditional< NumOutputDims==0, Sizes<>, DSizes< Index, NumOutputDims > >::type Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef TensorEvaluator< ArgType, Device >::Dimensions InputDimensions
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef Dims ReducedDims
 
typedef internal::reducer_traits< Op, Device > ReducerTraits
 
typedef XprType::Scalar Scalar
 
typedef internal::remove_const< Scalar >::type ScalarNoConst
 
typedef TensorReductionEvaluatorBase< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device > Self
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef Eigen::internal::traits< XprType >::PointerType TensorPointerType
 
typedef TensorReductionOp< Op, Dims, ArgType, MakePointer_ > XprType
 

Public Member Functions

EIGEN_STRONG_INLINE TensorEvaluator (const typename Base::XprType &op, const Device &device)
 
- Public Member Functions inherited from Eigen::TensorReductionEvaluatorBase< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, 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 Device & device () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType data)
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeededCommon (EvaluatorPointerType data)
 
EIGEN_DEVICE_FUNC const TensorEvaluator< ArgType, Device > & impl () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_STRONG_INLINE TensorReductionEvaluatorBase (const XprType &op, const Device &device)
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorReductionEvaluatorBase< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >
static const bool InputPacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess
 
static const int NumInputDims = internal::array_size<InputDimensions>::value
 
static const int NumOutputDims = NumInputDims - NumReducedDims
 
static const int NumPreservedStrides = max_n_1<NumOutputDims>::size
 
static const int NumReducedDims = internal::array_size<Dims>::value
 
static const Index PacketSize = PacketType<CoeffReturnType, Device>::size
 
static const bool PreservingInnerMostDims = internal::preserve_inner_most_dims<Dims, NumInputDims, Layout>::value
 
static const bool ReducingInnerMostDims = internal::are_inner_most_dims<Dims, NumInputDims, Layout>::value
 
static const bool RunningFullReduction = (NumOutputDims==0)
 

Detailed Description

template<typename Op, typename Dims, typename ArgType, template< class > class MakePointer_, typename Device>
struct Eigen::TensorEvaluator< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >

Definition at line 970 of file TensorReduction.h.

Member Typedef Documentation

◆ Base

template<typename Op , typename Dims , typename ArgType , template< class > class MakePointer_, typename Device >
typedef TensorReductionEvaluatorBase<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>, Device> Eigen::TensorEvaluator< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >::Base

Definition at line 972 of file TensorReduction.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename Op , typename Dims , typename ArgType , template< class > class MakePointer_, typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorReductionOp< Op, Dims, ArgType, MakePointer_ >, Device >::TensorEvaluator ( const typename Base::XprType op,
const Device &  device 
)
inline

Definition at line 973 of file TensorReduction.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:43:57