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

#include <TensorEvaluator.h>

Public Types

enum  {
  IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device>::IsAligned, PacketAccess, Layout = TensorEvaluator<LeftArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef internal::traits< XprType >::Scalar CoeffReturnType
 
typedef TensorEvaluator< LeftArgType, Device >::Dimensions Dimensions
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef XprType::Scalar Scalar
 
typedef TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC CoeffReturnTypedata () const
 
EIGEN_DEVICE_FUNC const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (CoeffReturnType *)
 
BinaryOp functor () const
 required by sycl in order to extract the accessor More...
 
const TensorEvaluator< LeftArgType, Device > & left_impl () const
 required by sycl in order to extract the accessor More...
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
const TensorEvaluator< RightArgType, Device > & right_impl () const
 required by sycl in order to extract the accessor More...
 
EIGEN_DEVICE_FUNC TensorEvaluator (const XprType &op, const Device &device)
 

Static Public Attributes

static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Private Attributes

const BinaryOp m_functor
 
TensorEvaluator< LeftArgType, Device > m_leftImpl
 
TensorEvaluator< RightArgType, Device > m_rightImpl
 

Detailed Description

template<typename BinaryOp, typename LeftArgType, typename RightArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >

Definition at line 361 of file TensorEvaluator.h.

Member Typedef Documentation

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
typedef internal::traits<XprType>::Scalar Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::CoeffReturnType

Definition at line 385 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
typedef TensorEvaluator<LeftArgType, Device>::Dimensions Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::Dimensions

Definition at line 388 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::Index

Definition at line 383 of file TensorEvaluator.h.

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

Definition at line 386 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
typedef XprType::Scalar Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::Scalar

Definition at line 384 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
typedef TensorCwiseBinaryOp<BinaryOp, LeftArgType, RightArgType> Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::XprType

Definition at line 363 of file TensorEvaluator.h.

Member Enumeration Documentation

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

Definition at line 365 of file TensorEvaluator.h.

Constructor & Destructor Documentation

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

Definition at line 374 of file TensorEvaluator.h.

Member Function Documentation

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

Definition at line 401 of file TensorEvaluator.h.

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

Definition at line 406 of file TensorEvaluator.h.

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

Definition at line 417 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC CoeffReturnType* Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::data ( ) const
inline

Definition at line 424 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC const Dimensions& Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::dimensions ( ) const
inline

Definition at line 390 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::evalSubExprsIfNeeded ( CoeffReturnType )
inline

Definition at line 396 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
BinaryOp Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::functor ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 430 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
const TensorEvaluator<LeftArgType, Device>& Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::left_impl ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 426 of file TensorEvaluator.h.

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

Definition at line 411 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
const TensorEvaluator<RightArgType, Device>& Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::right_impl ( ) const
inline

required by sycl in order to extract the accessor

Definition at line 428 of file TensorEvaluator.h.

Member Data Documentation

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
const BinaryOp Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::m_functor
private

Definition at line 433 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<LeftArgType, Device> Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::m_leftImpl
private

Definition at line 434 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
TensorEvaluator<RightArgType, Device> Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::m_rightImpl
private

Definition at line 435 of file TensorEvaluator.h.

template<typename BinaryOp , typename LeftArgType , typename RightArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorCwiseBinaryOp< BinaryOp, LeftArgType, RightArgType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 387 of file TensorEvaluator.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