compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType > Class Template Reference
Inheritance diagram for Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >:
Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >

Public Types

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

Public Member Functions

EIGEN_DEVICE_FUNC TensorSelectOp (const IfXprType &a_condition, const ThenXprType &a_then, const ElseXprType &a_else)
 
EIGEN_DEVICE_FUNC const IfXprType & ifExpression () const
 
EIGEN_DEVICE_FUNC const ThenXprType & thenExpression () const
 
EIGEN_DEVICE_FUNC const ElseXprType & elseExpression () const
 
- Public Member Functions inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setZero ()
 
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 > & 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 TensorLayoutSwapOp< const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout ()
 
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)
 
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 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 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 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 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 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 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)
 
TensorDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType > device (const DeviceType &device)
 

Protected Attributes

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

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
 

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