Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > Class Template Reference

#include <TensorMorphing.h>

+ Inheritance diagram for Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >:

Public Types

typedef TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > Base
 
typedef internal::traits< TensorStridingSlicingOp >::Scalar Scalar
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef internal::nested< TensorStridingSlicingOp >::type Nested
 
typedef internal::traits< TensorStridingSlicingOp >::StorageKind StorageKind
 
typedef internal::traits< TensorStridingSlicingOp >::Index Index
 
- Public Types inherited from Eigen::TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > >
typedef TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, ReadOnlyAccessors > Base
 
typedef internal::traits< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > DerivedTraits
 
typedef DerivedTraits::Scalar Scalar
 
typedef DerivedTraits::Index Index
 
typedef Scalar CoeffReturnType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp (const XprType &expr, const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC const StartIndices & startIndices () const
 
EIGEN_DEVICE_FUNC const StartIndices & stopIndices () const
 
EIGEN_DEVICE_FUNC const StartIndices & strides () const
 
EIGEN_DEVICE_FUNC const internal::remove_all_t< typename XprType::Nested > & expression () const
 
- Public Member Functions inherited from Eigen::TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & setValues (const typename internal::Initializer< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, NumDimensions >::InitList &vals)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > swap_layout ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorStridingSlicingOp< StartIndices, StopIndices, 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, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorRollOp< const Rolls, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > roll (const Rolls &roll) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorRollOp< const Rolls, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > roll (const Rolls &roll)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > stride (const Strides &strides)
 
TensorDevice< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & derived () const
 

Protected Attributes

XprType::Nested m_xpr
 
const StartIndices m_startIndices
 
const StopIndices m_stopIndices
 
const Strides m_strides
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > >
static constexpr int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > & operator= (const OtherDerived &other)
 

Member Typedef Documentation

◆ Base

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef TensorBase<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> > Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Base

◆ CoeffReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::CoeffReturnType

◆ Index

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::Index Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Index

◆ Nested

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::nested<TensorStridingSlicingOp>::type Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Nested

◆ Scalar

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::Scalar Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Scalar

◆ StorageKind

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::StorageKind Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::StorageKind

Constructor & Destructor Documentation

◆ TensorStridingSlicingOp()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::TensorStridingSlicingOp ( const XprType expr,
const StartIndices &  startIndices,
const StopIndices &  stopIndices,
const Strides &  strides 
)
inline
EIGEN_DEVICE_FUNC const StartIndices & strides() const
Definition: TensorMorphing.h:767
XprType::Nested m_xpr
Definition: TensorMorphing.h:774
const StartIndices m_startIndices
Definition: TensorMorphing.h:775
EIGEN_DEVICE_FUNC const StartIndices & stopIndices() const
Definition: TensorMorphing.h:766
EIGEN_DEVICE_FUNC const StartIndices & startIndices() const
Definition: TensorMorphing.h:765
const StopIndices m_stopIndices
Definition: TensorMorphing.h:776
const Strides m_strides
Definition: TensorMorphing.h:777

Member Function Documentation

◆ expression()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
EIGEN_DEVICE_FUNC const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::expression ( ) const
inline

◆ startIndices()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
EIGEN_DEVICE_FUNC const StartIndices& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::startIndices ( ) const
inline

◆ stopIndices()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
EIGEN_DEVICE_FUNC const StartIndices& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::stopIndices ( ) const
inline

◆ strides()

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

Member Data Documentation

◆ m_startIndices

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StartIndices Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_startIndices
protected

◆ m_stopIndices

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StopIndices Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_stopIndices
protected

◆ m_strides

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const Strides Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_strides
protected

◆ m_xpr

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
XprType::Nested Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_xpr
protected

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