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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorInflationOp< Strides, XprType >:
Inheritance graph
[legend]

Public Types

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

Protected Attributes

const Strides m_strides
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename Strides, typename XprType>
class Eigen::TensorInflationOp< Strides, XprType >

Definition at line 57 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename Strides , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorInflationOp< Strides, XprType >::CoeffReturnType

Definition at line 56 of file TensorInflation.h.

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::Index Eigen::TensorInflationOp< Strides, XprType >::Index

Definition at line 59 of file TensorInflation.h.

template<typename Strides , typename XprType >
typedef Eigen::internal::nested<TensorInflationOp>::type Eigen::TensorInflationOp< Strides, XprType >::Nested

Definition at line 57 of file TensorInflation.h.

template<typename Strides , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorInflationOp< Strides, XprType >::RealScalar

Definition at line 55 of file TensorInflation.h.

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::Scalar Eigen::TensorInflationOp< Strides, XprType >::Scalar

Definition at line 54 of file TensorInflation.h.

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::StorageKind Eigen::TensorInflationOp< Strides, XprType >::StorageKind

Definition at line 58 of file TensorInflation.h.

Constructor & Destructor Documentation

template<typename Strides , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorInflationOp< Strides, XprType >::TensorInflationOp ( const XprType &  expr,
const Strides &  strides 
)
inline

Definition at line 61 of file TensorInflation.h.

Member Function Documentation

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

Definition at line 69 of file TensorInflation.h.

template<typename Strides , typename XprType >
EIGEN_DEVICE_FUNC const Strides& Eigen::TensorInflationOp< Strides, XprType >::strides ( ) const
inline

Definition at line 65 of file TensorInflation.h.

Member Data Documentation

template<typename Strides , typename XprType >
const Strides Eigen::TensorInflationOp< Strides, XprType >::m_strides
protected

Definition at line 73 of file TensorInflation.h.

template<typename Strides , typename XprType >
XprType::Nested Eigen::TensorInflationOp< Strides, XprType >::m_xpr
protected

Definition at line 72 of file TensorInflation.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