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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorLayoutSwapOp< XprType >:
Inheritance graph
[legend]

Public Types

typedef internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef Eigen::internal::traits< TensorLayoutSwapOp >::Index Index
 
typedef Eigen::internal::nested< TensorLayoutSwapOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorLayoutSwapOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorLayoutSwapOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorLayoutSwapOp< XprType >, WriteAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorLayoutSwapOp< 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 TensorLayoutSwapOpoperator= (const TensorLayoutSwapOp &other)
 
template<typename OtherDerived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOpoperator= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp (const XprType &expr)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorLayoutSwapOp< XprType >, WriteAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorLayoutSwapOp< XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorLayoutSwapOp< XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorLayoutSwapOp< XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorLayoutSwapOp< XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorLayoutSwapOp< XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorLayoutSwapOp< XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorLayoutSwapOp< XprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorLayoutSwapOp< XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorLayoutSwapOp< XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorLayoutSwapOp< XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorLayoutSwapOp< XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorLayoutSwapOp< XprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorLayoutSwapOp< XprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorLayoutSwapOp< XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorLayoutSwapOp< XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorLayoutSwapOp< XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorLayoutSwapOp< XprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorLayoutSwapOp< 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, TensorLayoutSwapOp< XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorLayoutSwapOp< XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorLayoutSwapOp< XprType > > swap_layout ()
 

Protected Attributes

XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename XprType>
class Eigen::TensorLayoutSwapOp< XprType >

Definition at line 50 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename XprType >
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorLayoutSwapOp< XprType >::CoeffReturnType

Definition at line 73 of file TensorLayoutSwap.h.

template<typename XprType >
typedef Eigen::internal::traits<TensorLayoutSwapOp>::Index Eigen::TensorLayoutSwapOp< XprType >::Index

Definition at line 76 of file TensorLayoutSwap.h.

template<typename XprType >
typedef Eigen::internal::nested<TensorLayoutSwapOp>::type Eigen::TensorLayoutSwapOp< XprType >::Nested

Definition at line 74 of file TensorLayoutSwap.h.

template<typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorLayoutSwapOp< XprType >::RealScalar

Definition at line 72 of file TensorLayoutSwap.h.

template<typename XprType >
typedef Eigen::internal::traits<TensorLayoutSwapOp>::Scalar Eigen::TensorLayoutSwapOp< XprType >::Scalar

Definition at line 71 of file TensorLayoutSwap.h.

Definition at line 75 of file TensorLayoutSwap.h.

Constructor & Destructor Documentation

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorLayoutSwapOp< XprType >::TensorLayoutSwapOp ( const XprType &  expr)
inline

Definition at line 78 of file TensorLayoutSwap.h.

Member Function Documentation

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

Definition at line 83 of file TensorLayoutSwap.h.

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

Definition at line 86 of file TensorLayoutSwap.h.

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

Definition at line 96 of file TensorLayoutSwap.h.

Member Data Documentation

template<typename XprType >
XprType::Nested Eigen::TensorLayoutSwapOp< XprType >::m_xpr
protected

Definition at line 105 of file TensorLayoutSwap.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:25