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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorGeneratorOp< Generator, XprType >:
Inheritance graph
[legend]

Public Types

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

Protected Attributes

const Generator m_generator
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename Generator, typename XprType>
class Eigen::TensorGeneratorOp< Generator, XprType >

Definition at line 58 of file TensorForwardDeclarations.h.

Member Typedef Documentation

template<typename Generator , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorGeneratorOp< Generator, XprType >::CoeffReturnType

Definition at line 58 of file TensorGenerator.h.

template<typename Generator , typename XprType >
typedef Eigen::internal::traits<TensorGeneratorOp>::Index Eigen::TensorGeneratorOp< Generator, XprType >::Index

Definition at line 61 of file TensorGenerator.h.

template<typename Generator , typename XprType >
typedef Eigen::internal::nested<TensorGeneratorOp>::type Eigen::TensorGeneratorOp< Generator, XprType >::Nested

Definition at line 59 of file TensorGenerator.h.

template<typename Generator , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorGeneratorOp< Generator, XprType >::RealScalar

Definition at line 57 of file TensorGenerator.h.

template<typename Generator , typename XprType >
typedef Eigen::internal::traits<TensorGeneratorOp>::Scalar Eigen::TensorGeneratorOp< Generator, XprType >::Scalar

Definition at line 56 of file TensorGenerator.h.

template<typename Generator , typename XprType >
typedef Eigen::internal::traits<TensorGeneratorOp>::StorageKind Eigen::TensorGeneratorOp< Generator, XprType >::StorageKind

Definition at line 60 of file TensorGenerator.h.

Constructor & Destructor Documentation

template<typename Generator , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorGeneratorOp< Generator, XprType >::TensorGeneratorOp ( const XprType &  expr,
const Generator &  generator 
)
inline

Definition at line 63 of file TensorGenerator.h.

Member Function Documentation

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

Definition at line 71 of file TensorGenerator.h.

template<typename Generator , typename XprType >
EIGEN_DEVICE_FUNC const Generator& Eigen::TensorGeneratorOp< Generator, XprType >::generator ( ) const
inline

Definition at line 67 of file TensorGenerator.h.

Member Data Documentation

template<typename Generator , typename XprType >
const Generator Eigen::TensorGeneratorOp< Generator, XprType >::m_generator
protected

Definition at line 75 of file TensorGenerator.h.

template<typename Generator , typename XprType >
XprType::Nested Eigen::TensorGeneratorOp< Generator, XprType >::m_xpr
protected

Definition at line 74 of file TensorGenerator.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