Eigen::TensorImagePatchOp< Rows, Cols, XprType > Class Template Reference

#include <TensorImagePatch.h>

+ Inheritance diagram for Eigen::TensorImagePatchOp< Rows, Cols, XprType >:

Public Types

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

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp (const XprType &expr, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, PaddingType padding_type, Scalar padding_value)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp (const XprType &expr, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, DenseIndex padding_top, DenseIndex padding_bottom, DenseIndex padding_left, DenseIndex padding_right, Scalar padding_value)
 
EIGEN_DEVICE_FUNC DenseIndex patch_rows () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_cols () const
 
EIGEN_DEVICE_FUNC DenseIndex row_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex col_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex in_row_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex in_col_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex row_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex col_inflate_strides () const
 
EIGEN_DEVICE_FUNC bool padding_explicit () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_top () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_bottom () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_left () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_right () const
 
EIGEN_DEVICE_FUNC PaddingType padding_type () const
 
EIGEN_DEVICE_FUNC Scalar padding_value () const
 
EIGEN_DEVICE_FUNC const internal::remove_all_t< typename XprType::Nested > & expression () const
 
- Public Member Functions inherited from Eigen::TensorBase< TensorImagePatchOp< Rows, Cols, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & setValues (const typename internal::Initializer< TensorImagePatchOp< Rows, Cols, XprType >, NumDimensions >::InitList &vals)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorImagePatchOp< Rows, Cols, XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorImagePatchOp< Rows, Cols, XprType > > swap_layout ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorImagePatchOp< Rows, Cols, XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorImagePatchOp< Rows, Cols, XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorImagePatchOp< Rows, Cols, XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorImagePatchOp< Rows, Cols, XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorImagePatchOp< Rows, Cols, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorImagePatchOp< Rows, Cols, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorImagePatchOp< Rows, Cols, 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, TensorImagePatchOp< Rows, Cols, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorImagePatchOp< Rows, Cols, XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorImagePatchOp< Rows, Cols, XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorImagePatchOp< Rows, Cols, XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorImagePatchOp< Rows, Cols, XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorImagePatchOp< Rows, Cols, XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorImagePatchOp< Rows, Cols, XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorRollOp< const Rolls, const TensorImagePatchOp< Rows, Cols, XprType > > roll (const Rolls &roll) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorRollOp< const Rolls, TensorImagePatchOp< Rows, Cols, XprType > > roll (const Rolls &roll)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorImagePatchOp< Rows, Cols, XprType > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorImagePatchOp< Rows, Cols, XprType > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorImagePatchOp< Rows, Cols, XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorImagePatchOp< Rows, Cols, XprType > > stride (const Strides &strides)
 
TensorDevice< TensorImagePatchOp< Rows, Cols, XprType >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorImagePatchOp< Rows, Cols, XprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorImagePatchOp< Rows, Cols, XprType > & derived () const
 

Protected Attributes

XprType::Nested m_xpr
 
const DenseIndex m_patch_rows
 
const DenseIndex m_patch_cols
 
const DenseIndex m_row_strides
 
const DenseIndex m_col_strides
 
const DenseIndex m_in_row_strides
 
const DenseIndex m_in_col_strides
 
const DenseIndex m_row_inflate_strides
 
const DenseIndex m_col_inflate_strides
 
const bool m_padding_explicit
 
const DenseIndex m_padding_top
 
const DenseIndex m_padding_bottom
 
const DenseIndex m_padding_left
 
const DenseIndex m_padding_right
 
const PaddingType m_padding_type
 
const Scalar m_padding_value
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorImagePatchOp< Rows, Cols, XprType >, ReadOnlyAccessors >
static constexpr int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorImagePatchOp< Rows, Cols, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorImagePatchOp< Rows, Cols, XprType > & operator= (const OtherDerived &other)
 

Member Typedef Documentation

◆ CoeffReturnType

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorImagePatchOp< Rows, Cols, XprType >::CoeffReturnType

◆ Index

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorImagePatchOp>::Index Eigen::TensorImagePatchOp< Rows, Cols, XprType >::Index

◆ Nested

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::nested<TensorImagePatchOp>::type Eigen::TensorImagePatchOp< Rows, Cols, XprType >::Nested

◆ RealScalar

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorImagePatchOp< Rows, Cols, XprType >::RealScalar

◆ Scalar

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorImagePatchOp>::Scalar Eigen::TensorImagePatchOp< Rows, Cols, XprType >::Scalar

◆ StorageKind

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorImagePatchOp>::StorageKind Eigen::TensorImagePatchOp< Rows, Cols, XprType >::StorageKind

Constructor & Destructor Documentation

◆ TensorImagePatchOp() [1/2]

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorImagePatchOp< Rows, Cols, XprType >::TensorImagePatchOp ( const XprType expr,
DenseIndex  patch_rows,
DenseIndex  patch_cols,
DenseIndex  row_strides,
DenseIndex  col_strides,
DenseIndex  in_row_strides,
DenseIndex  in_col_strides,
DenseIndex  row_inflate_strides,
DenseIndex  col_inflate_strides,
PaddingType  padding_type,
Scalar  padding_value 
)
inline
132  : m_xpr(expr),
141  m_padding_explicit(false),
142  m_padding_top(0),
143  m_padding_bottom(0),
144  m_padding_left(0),
145  m_padding_right(0),
EIGEN_DEVICE_FUNC DenseIndex patch_rows() const
Definition: TensorImagePatch.h:173
EIGEN_DEVICE_FUNC DenseIndex in_row_strides() const
Definition: TensorImagePatch.h:177
const DenseIndex m_padding_bottom
Definition: TensorImagePatch.h:203
EIGEN_DEVICE_FUNC DenseIndex in_col_strides() const
Definition: TensorImagePatch.h:178
EIGEN_DEVICE_FUNC PaddingType padding_type() const
Definition: TensorImagePatch.h:186
const Scalar m_padding_value
Definition: TensorImagePatch.h:207
EIGEN_DEVICE_FUNC DenseIndex col_inflate_strides() const
Definition: TensorImagePatch.h:180
EIGEN_DEVICE_FUNC DenseIndex col_strides() const
Definition: TensorImagePatch.h:176
const DenseIndex m_in_col_strides
Definition: TensorImagePatch.h:198
const DenseIndex m_row_strides
Definition: TensorImagePatch.h:195
EIGEN_DEVICE_FUNC DenseIndex patch_cols() const
Definition: TensorImagePatch.h:174
const DenseIndex m_padding_right
Definition: TensorImagePatch.h:205
const DenseIndex m_padding_left
Definition: TensorImagePatch.h:204
const DenseIndex m_patch_rows
Definition: TensorImagePatch.h:193
EIGEN_DEVICE_FUNC DenseIndex row_strides() const
Definition: TensorImagePatch.h:175
EIGEN_DEVICE_FUNC DenseIndex row_inflate_strides() const
Definition: TensorImagePatch.h:179
const DenseIndex m_in_row_strides
Definition: TensorImagePatch.h:197
const DenseIndex m_col_strides
Definition: TensorImagePatch.h:196
const DenseIndex m_row_inflate_strides
Definition: TensorImagePatch.h:199
const PaddingType m_padding_type
Definition: TensorImagePatch.h:206
XprType::Nested m_xpr
Definition: TensorImagePatch.h:192
const DenseIndex m_col_inflate_strides
Definition: TensorImagePatch.h:200
const DenseIndex m_padding_top
Definition: TensorImagePatch.h:202
const DenseIndex m_patch_cols
Definition: TensorImagePatch.h:194
const bool m_padding_explicit
Definition: TensorImagePatch.h:201
EIGEN_DEVICE_FUNC Scalar padding_value() const
Definition: TensorImagePatch.h:187

◆ TensorImagePatchOp() [2/2]

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorImagePatchOp< Rows, Cols, XprType >::TensorImagePatchOp ( const XprType expr,
DenseIndex  patch_rows,
DenseIndex  patch_cols,
DenseIndex  row_strides,
DenseIndex  col_strides,
DenseIndex  in_row_strides,
DenseIndex  in_col_strides,
DenseIndex  row_inflate_strides,
DenseIndex  col_inflate_strides,
DenseIndex  padding_top,
DenseIndex  padding_bottom,
DenseIndex  padding_left,
DenseIndex  padding_right,
Scalar  padding_value 
)
inline
156  : m_xpr(expr),
165  m_padding_explicit(true),
EIGEN_DEVICE_FUNC DenseIndex padding_left() const
Definition: TensorImagePatch.h:184
EIGEN_DEVICE_FUNC DenseIndex padding_top() const
Definition: TensorImagePatch.h:182
EIGEN_DEVICE_FUNC DenseIndex padding_right() const
Definition: TensorImagePatch.h:185
EIGEN_DEVICE_FUNC DenseIndex padding_bottom() const
Definition: TensorImagePatch.h:183
@ PADDING_VALID
Definition: TensorTraits.h:227

Member Function Documentation

◆ col_inflate_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::col_inflate_strides ( ) const
inline

◆ col_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::col_strides ( ) const
inline

◆ expression()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorImagePatchOp< Rows, Cols, XprType >::expression ( ) const
inline

◆ in_col_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::in_col_strides ( ) const
inline

◆ in_row_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::in_row_strides ( ) const
inline

◆ padding_bottom()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_bottom ( ) const
inline

◆ padding_explicit()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC bool Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_explicit ( ) const
inline

◆ padding_left()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_left ( ) const
inline

◆ padding_right()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_right ( ) const
inline

◆ padding_top()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_top ( ) const
inline

◆ padding_type()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC PaddingType Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_type ( ) const
inline

◆ padding_value()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC Scalar Eigen::TensorImagePatchOp< Rows, Cols, XprType >::padding_value ( ) const
inline

◆ patch_cols()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::patch_cols ( ) const
inline

◆ patch_rows()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::patch_rows ( ) const
inline

◆ row_inflate_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::row_inflate_strides ( ) const
inline

◆ row_strides()

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::row_strides ( ) const
inline

Member Data Documentation

◆ m_col_inflate_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_col_inflate_strides
protected

◆ m_col_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_col_strides
protected

◆ m_in_col_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_in_col_strides
protected

◆ m_in_row_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_in_row_strides
protected

◆ m_padding_bottom

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_bottom
protected

◆ m_padding_explicit

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const bool Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_explicit
protected

◆ m_padding_left

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_left
protected

◆ m_padding_right

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_right
protected

◆ m_padding_top

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_top
protected

◆ m_padding_type

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const PaddingType Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_type
protected

◆ m_padding_value

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const Scalar Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_padding_value
protected

◆ m_patch_cols

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_patch_cols
protected

◆ m_patch_rows

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_patch_rows
protected

◆ m_row_inflate_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_row_inflate_strides
protected

◆ m_row_strides

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_row_strides
protected

◆ m_xpr

template<DenseIndex Rows, DenseIndex Cols, typename XprType >
XprType::Nested Eigen::TensorImagePatchOp< Rows, Cols, XprType >::m_xpr
protected

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