Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >:
Inheritance graph
[legend]

Public Types

typedef internal::promote_storage_type< typename ThenXprType::CoeffReturnType, typename ElseXprType::CoeffReturnType >::ret CoeffReturnType
 
typedef Eigen::internal::traits< TensorSelectOp >::Index Index
 
typedef Eigen::internal::nested< TensorSelectOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorSelectOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorSelectOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const ElseXprType & elseExpression () const
 
EIGEN_DEVICE_FUNC const IfXprType & ifExpression () const
 
EIGEN_DEVICE_FUNC TensorSelectOp (const IfXprType &a_condition, const ThenXprType &a_then, const ElseXprType &a_else)
 
EIGEN_DEVICE_FUNC const ThenXprType & thenExpression () const
 
- Public Member Functions inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout ()
 

Protected Attributes

IfXprType::Nested m_condition
 
ElseXprType::Nested m_else
 
ThenXprType::Nested m_then
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & derived () const
 

Detailed Description

template<typename IfXprType, typename ThenXprType, typename ElseXprType>
class Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >

Definition at line 335 of file TensorExpr.h.

Member Typedef Documentation

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef internal::promote_storage_type<typename ThenXprType::CoeffReturnType, typename ElseXprType::CoeffReturnType>::ret Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::CoeffReturnType

Definition at line 341 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::Index Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Index

Definition at line 344 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::nested<TensorSelectOp>::type Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Nested

Definition at line 342 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::RealScalar

Definition at line 339 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::Scalar Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Scalar

Definition at line 338 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::StorageKind Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::StorageKind

Definition at line 343 of file TensorExpr.h.

Constructor & Destructor Documentation

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::TensorSelectOp ( const IfXprType &  a_condition,
const ThenXprType &  a_then,
const ElseXprType &  a_else 
)
inline

Definition at line 347 of file TensorExpr.h.

Member Function Documentation

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const ElseXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::elseExpression ( ) const
inline

Definition at line 360 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const IfXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::ifExpression ( ) const
inline

Definition at line 354 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const ThenXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::thenExpression ( ) const
inline

Definition at line 357 of file TensorExpr.h.

Member Data Documentation

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
IfXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_condition
protected

Definition at line 363 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
ElseXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_else
protected

Definition at line 365 of file TensorExpr.h.

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
ThenXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_then
protected

Definition at line 364 of file TensorExpr.h.


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


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