Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >:
Inheritance graph
[legend]

Public Types

typedef Scalar CoeffReturnType
 
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::Index Index
 
typedef Eigen::internal::nested< TensorCwiseBinaryOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

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

Protected Attributes

const BinaryOp m_functor
 
LhsXprType::Nested m_lhs_xpr
 
RhsXprType::Nested m_rhs_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > & derived () const
 

Detailed Description

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
class Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >

Definition at line 187 of file TensorExpr.h.

Member Typedef Documentation

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Scalar Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::CoeffReturnType

Definition at line 194 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::Index Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Index

Definition at line 197 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Eigen::internal::nested<TensorCwiseBinaryOp>::type Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Nested

Definition at line 195 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::RealScalar

Definition at line 193 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::Scalar Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Scalar

Definition at line 192 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::StorageKind Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::StorageKind

Definition at line 196 of file TensorExpr.h.

Constructor & Destructor Documentation

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::TensorCwiseBinaryOp ( const LhsXprType &  lhs,
const RhsXprType &  rhs,
const BinaryOp &  func = BinaryOp() 
)
inline

Definition at line 199 of file TensorExpr.h.

Member Function Documentation

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
EIGEN_DEVICE_FUNC const BinaryOp& Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::functor ( ) const
inline

Definition at line 203 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
EIGEN_DEVICE_FUNC const internal::remove_all<typename LhsXprType::Nested>::type& Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::lhsExpression ( ) const
inline
Returns
the nested expressions

Definition at line 208 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
EIGEN_DEVICE_FUNC const internal::remove_all<typename RhsXprType::Nested>::type& Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::rhsExpression ( ) const
inline

Definition at line 212 of file TensorExpr.h.

Member Data Documentation

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
const BinaryOp Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::m_functor
protected

Definition at line 217 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
LhsXprType::Nested Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::m_lhs_xpr
protected

Definition at line 215 of file TensorExpr.h.

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
RhsXprType::Nested Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::m_rhs_xpr
protected

Definition at line 216 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