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 TensorBase< TensorReshapingOp< NewDimensions, XprType >, WriteAccessorsBase
 
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 TensorBase< TensorReshapingOp< NewDimensions, XprType >, ReadOnlyAccessors > Base
 
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 >::typeexpression () const
 
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 &dev)
 
TensorAsyncDevice< TensorReshapingOp< NewDimensions, XprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
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 &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorReshapingOp< NewDimensions, XprType > > shuffle (const Shuffle &shfl)
 
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
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< NewDimensions, XprType > & operator= (const OtherDerived &other)
 

Detailed Description

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

Definition at line 76 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ Base

template<typename NewDimensions , typename XprType >
typedef TensorBase<TensorReshapingOp<NewDimensions, XprType>, WriteAccessors> Eigen::TensorReshapingOp< NewDimensions, XprType >::Base

Definition at line 57 of file TensorMorphing.h.

◆ CoeffReturnType

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

Definition at line 59 of file TensorMorphing.h.

◆ Index

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

Definition at line 62 of file TensorMorphing.h.

◆ Nested

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

Definition at line 60 of file TensorMorphing.h.

◆ Scalar

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

Definition at line 58 of file TensorMorphing.h.

◆ StorageKind

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

Definition at line 61 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorReshapingOp()

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 64 of file TensorMorphing.h.

Member Function Documentation

◆ dimensions()

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

Definition at line 68 of file TensorMorphing.h.

◆ expression()

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 72 of file TensorMorphing.h.

Member Data Documentation

◆ m_dims

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

Definition at line 78 of file TensorMorphing.h.

◆ m_xpr

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

Definition at line 77 of file TensorMorphing.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:15