compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType > Class Template Reference
Inheritance diagram for Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >:
Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >

Public Types

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

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp (const InputXprType &input, const KernelXprType &kernel, const Indices &dims)
 
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
 
- Public Member Functions inherited from Eigen::TensorBase< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConvolutionOp< Indices, InputXprType, KernelXprType > & setZero ()
 
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 > & 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 TensorLayoutSwapOp< const TensorConvolutionOp< Indices, InputXprType, KernelXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorConvolutionOp< Indices, InputXprType, KernelXprType > > swap_layout ()
 
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)
 
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 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 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 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 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 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 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)
 
TensorDevice< TensorConvolutionOp< Indices, InputXprType, KernelXprType >, DeviceType > device (const DeviceType &device)
 

Protected Attributes

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

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
 

Member Function Documentation

§ inputExpression()

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

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