TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorAssignOp< LhsXprType, RhsXprType > Class Template Reference

#include <TensorAssign.h>

Inheritance diagram for Eigen::TensorAssignOp< LhsXprType, RhsXprType >:
Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >

Public Types

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

Public Member Functions

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

Static Public Attributes

static const int NumDims = Eigen::internal::traits<TensorAssignOp>::NumDimensions
 
- Static Public Attributes inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
static const int NumDimensions
 

Protected Attributes

internal::remove_all< typenameLhsXprType::Nested >::type & m_lhs_xpr
 
const internal::remove_all< typenameRhsXprType::Nested >::type & m_rhs_xpr
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & operator= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorAssignOp< LhsXprType, RhsXprType > & derived () const
 

Member Typedef Documentation

◆ CoeffReturnType

template<typename LhsXprType , typename RhsXprType >
typedef LhsXprType::CoeffReturnType Eigen::TensorAssignOp< LhsXprType, RhsXprType >::CoeffReturnType

◆ Index

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

◆ Nested

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

◆ RealScalar

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

◆ Scalar

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

◆ StorageKind

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

Constructor & Destructor Documentation

◆ TensorAssignOp()

template<typename LhsXprType , typename RhsXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorAssignOp< LhsXprType, RhsXprType >::TensorAssignOp ( LhsXprType &  lhs,
const RhsXprType &  rhs 
)
inline

Member Function Documentation

◆ lhsExpression()

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

◆ rhsExpression()

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

Member Data Documentation

◆ m_lhs_xpr

template<typename LhsXprType , typename RhsXprType >
internal::remove_all<typenameLhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::m_lhs_xpr
protected

◆ m_rhs_xpr

template<typename LhsXprType , typename RhsXprType >
const internal::remove_all<typenameRhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::m_rhs_xpr
protected

◆ NumDims

template<typename LhsXprType , typename RhsXprType >
const int Eigen::TensorAssignOp< LhsXprType, RhsXprType >::NumDims = Eigen::internal::traits<TensorAssignOp>::NumDimensions
static

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