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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorReverseOp< ReverseDimensions, XprType >:
Inheritance graph
[legend]

Public Types

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

Protected Attributes

const ReverseDimensions m_reverse_dims
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename ReverseDimensions, typename XprType>
class Eigen::TensorReverseOp< ReverseDimensions, XprType >

Definition at line 52 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename ReverseDimensions , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorReverseOp< ReverseDimensions, XprType >::CoeffReturnType

Definition at line 58 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReverseOp>::Index Eigen::TensorReverseOp< ReverseDimensions, XprType >::Index

Definition at line 62 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
typedef Eigen::internal::nested<TensorReverseOp>::type Eigen::TensorReverseOp< ReverseDimensions, XprType >::Nested

Definition at line 59 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorReverseOp< ReverseDimensions, XprType >::RealScalar

Definition at line 57 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReverseOp>::Scalar Eigen::TensorReverseOp< ReverseDimensions, XprType >::Scalar

Definition at line 56 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
typedef Eigen::internal::traits<TensorReverseOp>::StorageKind Eigen::TensorReverseOp< ReverseDimensions, XprType >::StorageKind

Definition at line 61 of file TensorReverse.h.

Constructor & Destructor Documentation

template<typename ReverseDimensions , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorReverseOp< ReverseDimensions, XprType >::TensorReverseOp ( const XprType &  expr,
const ReverseDimensions &  reverse_dims 
)
inline

Definition at line 64 of file TensorReverse.h.

Member Function Documentation

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

Definition at line 73 of file TensorReverse.h.

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

Definition at line 76 of file TensorReverse.h.

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

Definition at line 86 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
EIGEN_DEVICE_FUNC const ReverseDimensions& Eigen::TensorReverseOp< ReverseDimensions, XprType >::reverse ( ) const
inline

Definition at line 69 of file TensorReverse.h.

Member Data Documentation

template<typename ReverseDimensions , typename XprType >
const ReverseDimensions Eigen::TensorReverseOp< ReverseDimensions, XprType >::m_reverse_dims
protected

Definition at line 96 of file TensorReverse.h.

template<typename ReverseDimensions , typename XprType >
XprType::Nested Eigen::TensorReverseOp< ReverseDimensions, XprType >::m_xpr
protected

Definition at line 95 of file TensorReverse.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