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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorScanOp< Op, XprType >:
Inheritance graph
[legend]

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorScanOp >::Index Index
 
typedef Eigen::internal::nested< TensorScanOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorScanOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorScanOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorScanOp< Op, XprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorScanOp< Op, XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

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

Protected Attributes

const Op m_accumulator
 
const Index m_axis
 
const bool m_exclusive
 
XprType::Nested m_expr
 

Additional Inherited Members

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

Detailed Description

template<typename Op, typename XprType>
class Eigen::TensorScanOp< Op, XprType >

Definition at line 60 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename Op, typename XprType>
typedef XprType::CoeffReturnType Eigen::TensorScanOp< Op, XprType >::CoeffReturnType

Definition at line 54 of file TensorScan.h.

template<typename Op, typename XprType>
typedef Eigen::internal::traits<TensorScanOp>::Index Eigen::TensorScanOp< Op, XprType >::Index

Definition at line 57 of file TensorScan.h.

template<typename Op, typename XprType>
typedef Eigen::internal::nested<TensorScanOp>::type Eigen::TensorScanOp< Op, XprType >::Nested

Definition at line 55 of file TensorScan.h.

template<typename Op, typename XprType>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorScanOp< Op, XprType >::RealScalar

Definition at line 53 of file TensorScan.h.

template<typename Op, typename XprType>
typedef Eigen::internal::traits<TensorScanOp>::Scalar Eigen::TensorScanOp< Op, XprType >::Scalar

Definition at line 52 of file TensorScan.h.

template<typename Op, typename XprType>
typedef Eigen::internal::traits<TensorScanOp>::StorageKind Eigen::TensorScanOp< Op, XprType >::StorageKind

Definition at line 56 of file TensorScan.h.

Constructor & Destructor Documentation

template<typename Op, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorScanOp< Op, XprType >::TensorScanOp ( const XprType &  expr,
const Index axis,
bool  exclusive = false,
const Op &  op = Op() 
)
inline

Definition at line 59 of file TensorScan.h.

Member Function Documentation

template<typename Op, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Op Eigen::TensorScanOp< Op, XprType >::accumulator ( ) const
inline

Definition at line 68 of file TensorScan.h.

template<typename Op, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Index Eigen::TensorScanOp< Op, XprType >::axis ( ) const
inline

Definition at line 64 of file TensorScan.h.

template<typename Op, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorScanOp< Op, XprType >::exclusive ( ) const
inline

Definition at line 70 of file TensorScan.h.

template<typename Op, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const XprType& Eigen::TensorScanOp< Op, XprType >::expression ( ) const
inline

Definition at line 66 of file TensorScan.h.

Member Data Documentation

template<typename Op, typename XprType>
const Op Eigen::TensorScanOp< Op, XprType >::m_accumulator
protected

Definition at line 75 of file TensorScan.h.

template<typename Op, typename XprType>
const Index Eigen::TensorScanOp< Op, XprType >::m_axis
protected

Definition at line 74 of file TensorScan.h.

template<typename Op, typename XprType>
const bool Eigen::TensorScanOp< Op, XprType >::m_exclusive
protected

Definition at line 76 of file TensorScan.h.

template<typename Op, typename XprType>
XprType::Nested Eigen::TensorScanOp< Op, XprType >::m_expr
protected

Definition at line 73 of file TensorScan.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