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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorReshapingOp< NewDimensions, XprType >:
Inheritance graph
[legend]

Public Types

typedef internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef Eigen::internal::traits< TensorReshapingOp >::Index Index
 
typedef Eigen::internal::nested< TensorReshapingOp >::type Nested
 
typedef Eigen::internal::traits< TensorReshapingOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorReshapingOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorReshapingOp< NewDimensions, XprType >, WriteAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorReshapingOp< NewDimensions, XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

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

Protected Attributes

const NewDimensions m_dims
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename NewDimensions, typename XprType>
class Eigen::TensorReshapingOp< NewDimensions, XprType >

Definition at line 49 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename NewDimensions , typename XprType >
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorReshapingOp< NewDimensions, XprType >::CoeffReturnType

Definition at line 57 of file TensorMorphing.h.

template<typename NewDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReshapingOp>::Index Eigen::TensorReshapingOp< NewDimensions, XprType >::Index

Definition at line 60 of file TensorMorphing.h.

template<typename NewDimensions , typename XprType >
typedef Eigen::internal::nested<TensorReshapingOp>::type Eigen::TensorReshapingOp< NewDimensions, XprType >::Nested

Definition at line 58 of file TensorMorphing.h.

template<typename NewDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReshapingOp>::Scalar Eigen::TensorReshapingOp< NewDimensions, XprType >::Scalar

Definition at line 56 of file TensorMorphing.h.

template<typename NewDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReshapingOp>::StorageKind Eigen::TensorReshapingOp< NewDimensions, XprType >::StorageKind

Definition at line 59 of file TensorMorphing.h.

Constructor & Destructor Documentation

template<typename NewDimensions , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorReshapingOp< NewDimensions, XprType >::TensorReshapingOp ( const XprType &  expr,
const NewDimensions &  dims 
)
inline

Definition at line 62 of file TensorMorphing.h.

Member Function Documentation

template<typename NewDimensions , typename XprType >
EIGEN_DEVICE_FUNC const NewDimensions& Eigen::TensorReshapingOp< NewDimensions, XprType >::dimensions ( ) const
inline

Definition at line 66 of file TensorMorphing.h.

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

Definition at line 70 of file TensorMorphing.h.

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

Definition at line 73 of file TensorMorphing.h.

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

Definition at line 83 of file TensorMorphing.h.

Member Data Documentation

template<typename NewDimensions , typename XprType >
const NewDimensions Eigen::TensorReshapingOp< NewDimensions, XprType >::m_dims
protected

Definition at line 93 of file TensorMorphing.h.

template<typename NewDimensions , typename XprType >
XprType::Nested Eigen::TensorReshapingOp< NewDimensions, XprType >::m_xpr
protected

Definition at line 92 of file TensorMorphing.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