Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorShufflingOp< Shuffle, XprType > Class Template Reference

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorShufflingOp< Shuffle, XprType >:
Inheritance graph
[legend]

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorShufflingOp >::Index Index
 
typedef Eigen::internal::nested< TensorShufflingOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorShufflingOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorShufflingOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorShufflingOp< Shuffle, XprType > >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorShufflingOp< Shuffle, XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

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

Protected Attributes

const Shuffle m_shuffle
 
XprType::Nested m_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorShufflingOp< Shuffle, XprType > >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorShufflingOp< Shuffle, XprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< Shuffle, XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< Shuffle, XprType > & derived () const
 

Detailed Description

template<typename Shuffle, typename XprType>
class Eigen::TensorShufflingOp< Shuffle, XprType >

Definition at line 54 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename Shuffle , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorShufflingOp< Shuffle, XprType >::CoeffReturnType

Definition at line 58 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::Index Eigen::TensorShufflingOp< Shuffle, XprType >::Index

Definition at line 61 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
typedef Eigen::internal::nested<TensorShufflingOp>::type Eigen::TensorShufflingOp< Shuffle, XprType >::Nested

Definition at line 59 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorShufflingOp< Shuffle, XprType >::RealScalar

Definition at line 57 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::Scalar Eigen::TensorShufflingOp< Shuffle, XprType >::Scalar

Definition at line 56 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::StorageKind Eigen::TensorShufflingOp< Shuffle, XprType >::StorageKind

Definition at line 60 of file TensorShuffling.h.

Constructor & Destructor Documentation

template<typename Shuffle , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorShufflingOp< Shuffle, XprType >::TensorShufflingOp ( const XprType &  expr,
const Shuffle &  shuffle 
)
inline

Definition at line 63 of file TensorShuffling.h.

Member Function Documentation

template<typename Shuffle , typename XprType >
EIGEN_DEVICE_FUNC const internal::remove_all<typename XprType::Nested>::type& Eigen::TensorShufflingOp< Shuffle, XprType >::expression ( ) const
inline

Definition at line 71 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp& Eigen::TensorShufflingOp< Shuffle, XprType >::operator= ( const TensorShufflingOp< Shuffle, XprType > &  other)
inline

Definition at line 74 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
template<typename OtherDerived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp& Eigen::TensorShufflingOp< Shuffle, XprType >::operator= ( const OtherDerived &  other)
inline

Definition at line 84 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
EIGEN_DEVICE_FUNC const Shuffle& Eigen::TensorShufflingOp< Shuffle, XprType >::shufflePermutation ( ) const
inline

Definition at line 67 of file TensorShuffling.h.

Member Data Documentation

template<typename Shuffle , typename XprType >
const Shuffle Eigen::TensorShufflingOp< Shuffle, XprType >::m_shuffle
protected

Definition at line 94 of file TensorShuffling.h.

template<typename Shuffle , typename XprType >
XprType::Nested Eigen::TensorShufflingOp< Shuffle, XprType >::m_xpr
protected

Definition at line 93 of file TensorShuffling.h.


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


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