Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >:
Inheritance graph
[legend]

Public Types

typedef Scalar CoeffReturnType
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Index Index
 
typedef Eigen::internal::nested< TensorCwiseTernaryOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const internal::remove_all< typename Arg1XprType::Nested >::type & arg1Expression () const
 
EIGEN_DEVICE_FUNC const internal::remove_all< typename Arg2XprType::Nested >::type & arg2Expression () const
 
EIGEN_DEVICE_FUNC const internal::remove_all< typename Arg3XprType::Nested >::type & arg3Expression () const
 
EIGEN_DEVICE_FUNC const TernaryOp & functor () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp (const Arg1XprType &arg1, const Arg2XprType &arg2, const Arg3XprType &arg3, const TernaryOp &func=TernaryOp())
 
- Public Member Functions inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > swap_layout ()
 

Protected Attributes

Arg1XprType::Nested m_arg1_xpr
 
Arg2XprType::Nested m_arg2_xpr
 
Arg3XprType::Nested m_arg3_xpr
 
const TernaryOp m_functor
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & derived () const
 

Detailed Description

template<typename TernaryOp, typename Arg1XprType, typename Arg2XprType, typename Arg3XprType>
class Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >

Definition at line 264 of file TensorExpr.h.

Member Typedef Documentation

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::CoeffReturnType

Definition at line 269 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Index Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Index

Definition at line 272 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::nested<TensorCwiseTernaryOp>::type Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Nested

Definition at line 270 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::RealScalar

Definition at line 268 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Scalar

Definition at line 267 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::StorageKind Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::StorageKind

Definition at line 271 of file TensorExpr.h.

Constructor & Destructor Documentation

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::TensorCwiseTernaryOp ( const Arg1XprType &  arg1,
const Arg2XprType &  arg2,
const Arg3XprType &  arg3,
const TernaryOp &  func = TernaryOp() 
)
inline

Definition at line 274 of file TensorExpr.h.

Member Function Documentation

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC const internal::remove_all<typename Arg1XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg1Expression ( ) const
inline
Returns
the nested expressions

Definition at line 283 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC const internal::remove_all<typename Arg2XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg2Expression ( ) const
inline

Definition at line 287 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC const internal::remove_all<typename Arg3XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg3Expression ( ) const
inline

Definition at line 291 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC const TernaryOp& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::functor ( ) const
inline

Definition at line 278 of file TensorExpr.h.

Member Data Documentation

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg1XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg1_xpr
protected

Definition at line 294 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg2XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg2_xpr
protected

Definition at line 295 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg3XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg3_xpr
protected

Definition at line 296 of file TensorExpr.h.

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const TernaryOp Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_functor
protected

Definition at line 297 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:23