Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType > Class Template Reference

#include <TensorConvolution.h>

Inheritance diagram for Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >:
Inheritance graph
[legend]

Public Types

typedef internal::promote_storage_type< typename InputXprType::CoeffReturnType, typename KernelXprType::CoeffReturnType >::ret CoeffReturnType
 
typedef Eigen::internal::traits< TensorConvolutionOp >::Index Index
 
typedef Eigen::internal::nested< TensorConvolutionOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorConvolutionOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorConvolutionOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorConvolutionOp< Indices, InputXprType, KernelXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Indices & indices () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all< typename InputXprType::Nested >::type & inputExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all< typename KernelXprType::Nested >::type & kernelExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp (const InputXprType &input, const KernelXprType &kernel, const Indices &dims)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorConvolutionOp< Indices, InputXprType, KernelXprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorConvolutionOp< Indices, InputXprType, KernelXprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorConvolutionOp< Indices, InputXprType, KernelXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorConvolutionOp< Indices, InputXprType, KernelXprType > > swap_layout ()
 

Protected Attributes

const Indices m_indices
 
InputXprType::Nested m_input_xpr
 
KernelXprType::Nested m_kernel_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConvolutionOp< Indices, InputXprType, KernelXprType > & derived () const
 

Detailed Description

template<typename Indices, typename InputXprType, typename KernelXprType>
class Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >

Definition at line 257 of file TensorConvolution.h.

Member Typedef Documentation

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef internal::promote_storage_type<typename InputXprType::CoeffReturnType, typename KernelXprType::CoeffReturnType>::ret Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::CoeffReturnType

Definition at line 263 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef Eigen::internal::traits<TensorConvolutionOp>::Index Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Index

Definition at line 266 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef Eigen::internal::nested<TensorConvolutionOp>::type Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Nested

Definition at line 264 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::RealScalar

Definition at line 261 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef Eigen::internal::traits<TensorConvolutionOp>::Scalar Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Scalar

Definition at line 260 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
typedef Eigen::internal::traits<TensorConvolutionOp>::StorageKind Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::StorageKind

Definition at line 265 of file TensorConvolution.h.

Constructor & Destructor Documentation

template<typename Indices , typename InputXprType , typename KernelXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::TensorConvolutionOp ( const InputXprType &  input,
const KernelXprType &  kernel,
const Indices &  dims 
)
inline

Definition at line 268 of file TensorConvolution.h.

Member Function Documentation

template<typename Indices , typename InputXprType , typename KernelXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Indices& Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::indices ( ) const
inline

Definition at line 272 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all<typename InputXprType::Nested>::type& Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::inputExpression ( ) const
inline
Returns
the nested expressions

Definition at line 277 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all<typename KernelXprType::Nested>::type& Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::kernelExpression ( ) const
inline

Definition at line 281 of file TensorConvolution.h.

Member Data Documentation

template<typename Indices , typename InputXprType , typename KernelXprType >
const Indices Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::m_indices
protected

Definition at line 286 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
InputXprType::Nested Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::m_input_xpr
protected

Definition at line 284 of file TensorConvolution.h.

template<typename Indices , typename InputXprType , typename KernelXprType >
KernelXprType::Nested Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::m_kernel_xpr
protected

Definition at line 285 of file TensorConvolution.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:23