Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device > Struct Template Reference

#include <TensorImagePatch.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = false, PreferBlockAccess = true,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef TensorEvaluator< ArgType, Device > Impl
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef internal::remove_const< typename XprType::Scalar >::type Scalar
 
typedef TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device > Self
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorImagePatchOp< Rows, Cols, ArgType > XprType
 

Public Member Functions

EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index colInflateStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index colPaddingLeft () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC EvaluatorPointerType data () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorEvaluator< ArgType, Device > & impl () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index outputCols () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index outputRows () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rowInflateStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rowPaddingTop () const
 
EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userColStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userInColStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userInRowStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userRowStride () const
 

Static Public Attributes

static const int NumDims = NumInputDims + 1
 
static const int NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = PacketType<CoeffReturnType, Device>::size
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packetWithPossibleZero (Index index) const
 

Protected Attributes

Index m_col_inflate_strides
 
Index m_col_strides
 
Index m_colInputStride
 
Index m_colPaddingLeft
 
Index m_colStride
 
const Device EIGEN_DEVICE_REF m_device
 
Dimensions m_dimensions
 
internal::TensorIntDivisor< Indexm_fastColStride
 
internal::TensorIntDivisor< Indexm_fastInflateColStride
 
internal::TensorIntDivisor< Indexm_fastInflateRowStride
 
internal::TensorIntDivisor< Indexm_fastInputColsEff
 
internal::TensorIntDivisor< Indexm_fastOtherStride
 
internal::TensorIntDivisor< Indexm_fastOutputDepth
 
internal::TensorIntDivisor< Indexm_fastOutputRows
 
internal::TensorIntDivisor< Indexm_fastPatchStride
 
TensorEvaluator< ArgType, Device > m_impl
 
Index m_in_col_strides
 
Index m_in_row_strides
 
Index m_input_cols_eff
 
Index m_input_rows_eff
 
Index m_inputCols
 
Index m_inputDepth
 
Index m_inputRows
 
Index m_otherStride
 
Index m_outputCols
 
Index m_outputRows
 
Scalar m_paddingValue
 
Index m_patch_cols_eff
 
Index m_patch_rows_eff
 
Index m_patchInputStride
 
Index m_patchStride
 
Index m_row_inflate_strides
 
Index m_row_strides
 
Index m_rowInputStride
 
Index m_rowPaddingTop
 

Detailed Description

template<DenseIndex Rows, DenseIndex Cols, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >

Definition at line 214 of file TensorImagePatch.h.

Member Typedef Documentation

◆ CoeffReturnType

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::CoeffReturnType

Definition at line 225 of file TensorImagePatch.h.

◆ Dimensions

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Dimensions

Definition at line 220 of file TensorImagePatch.h.

◆ EvaluatorPointerType

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::EvaluatorPointerType

Definition at line 229 of file TensorImagePatch.h.

◆ Impl

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Impl

Definition at line 224 of file TensorImagePatch.h.

◆ Index

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Index

Definition at line 217 of file TensorImagePatch.h.

◆ PacketReturnType

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::PacketReturnType

Definition at line 226 of file TensorImagePatch.h.

◆ Scalar

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef internal::remove_const<typename XprType::Scalar>::type Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Scalar

Definition at line 221 of file TensorImagePatch.h.

◆ Self

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorEvaluator<const TensorImagePatchOp<Rows, Cols, ArgType>, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Self

Definition at line 223 of file TensorImagePatch.h.

◆ Storage

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Storage

Definition at line 228 of file TensorImagePatch.h.

◆ TensorBlock

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::TensorBlock

Definition at line 242 of file TensorImagePatch.h.

◆ XprType

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorImagePatchOp<Rows, Cols, ArgType> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::XprType

Definition at line 216 of file TensorImagePatch.h.

Member Enumeration Documentation

◆ anonymous enum

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 231 of file TensorImagePatch.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 245 of file TensorImagePatch.h.

Member Function Documentation

◆ cleanup()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::cleanup ( )
inline

Definition at line 405 of file TensorImagePatch.h.

◆ coeff()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 409 of file TensorImagePatch.h.

◆ colInflateStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::colInflateStride ( ) const
inline

Definition at line 526 of file TensorImagePatch.h.

◆ colPaddingLeft()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::colPaddingLeft ( ) const
inline

Definition at line 518 of file TensorImagePatch.h.

◆ costPerCoeff()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 529 of file TensorImagePatch.h.

◆ data()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EvaluatorPointerType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::data ( ) const
inline

Definition at line 506 of file TensorImagePatch.h.

◆ dimensions()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensions& Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 390 of file TensorImagePatch.h.

◆ evalSubExprsIfNeeded()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 392 of file TensorImagePatch.h.

◆ impl()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::impl ( ) const
inline

Definition at line 508 of file TensorImagePatch.h.

◆ outputCols()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::outputCols ( ) const
inline

Definition at line 520 of file TensorImagePatch.h.

◆ outputRows()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::outputRows ( ) const
inline

Definition at line 519 of file TensorImagePatch.h.

◆ packet()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::packet ( Index  index) const
inline

Definition at line 448 of file TensorImagePatch.h.

◆ packetWithPossibleZero()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::packetWithPossibleZero ( Index  index) const
inlineprotected

Definition at line 541 of file TensorImagePatch.h.

◆ rowInflateStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::rowInflateStride ( ) const
inline

Definition at line 525 of file TensorImagePatch.h.

◆ rowPaddingTop()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::rowPaddingTop ( ) const
inline

Definition at line 517 of file TensorImagePatch.h.

◆ userColStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userColStride ( ) const
inline

Definition at line 522 of file TensorImagePatch.h.

◆ userInColStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userInColStride ( ) const
inline

Definition at line 524 of file TensorImagePatch.h.

◆ userInRowStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userInRowStride ( ) const
inline

Definition at line 523 of file TensorImagePatch.h.

◆ userRowStride()

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userRowStride ( ) const
inline

Definition at line 521 of file TensorImagePatch.h.

Member Data Documentation

◆ m_col_inflate_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_col_inflate_strides
protected

Definition at line 563 of file TensorImagePatch.h.

◆ m_col_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_col_strides
protected

Definition at line 558 of file TensorImagePatch.h.

◆ m_colInputStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colInputStride
protected

Definition at line 578 of file TensorImagePatch.h.

◆ m_colPaddingLeft

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colPaddingLeft
protected

Definition at line 589 of file TensorImagePatch.h.

◆ m_colStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colStride
protected

Definition at line 556 of file TensorImagePatch.h.

◆ m_device

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const Device EIGEN_DEVICE_REF Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_device
protected

Definition at line 596 of file TensorImagePatch.h.

◆ m_dimensions

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_dimensions
protected

Definition at line 552 of file TensorImagePatch.h.

◆ m_fastColStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastColStride
protected

Definition at line 572 of file TensorImagePatch.h.

◆ m_fastInflateColStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInflateColStride
protected

Definition at line 574 of file TensorImagePatch.h.

◆ m_fastInflateRowStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInflateRowStride
protected

Definition at line 573 of file TensorImagePatch.h.

◆ m_fastInputColsEff

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInputColsEff
protected

Definition at line 575 of file TensorImagePatch.h.

◆ m_fastOtherStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOtherStride
protected

Definition at line 570 of file TensorImagePatch.h.

◆ m_fastOutputDepth

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOutputDepth
protected

Definition at line 592 of file TensorImagePatch.h.

◆ m_fastOutputRows

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOutputRows
protected

Definition at line 591 of file TensorImagePatch.h.

◆ m_fastPatchStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastPatchStride
protected

Definition at line 571 of file TensorImagePatch.h.

◆ m_impl

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_impl
protected

Definition at line 597 of file TensorImagePatch.h.

◆ m_in_col_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_in_col_strides
protected

Definition at line 561 of file TensorImagePatch.h.

◆ m_in_row_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_in_row_strides
protected

Definition at line 560 of file TensorImagePatch.h.

◆ m_input_cols_eff

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_input_cols_eff
protected

Definition at line 566 of file TensorImagePatch.h.

◆ m_input_rows_eff

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_input_rows_eff
protected

Definition at line 565 of file TensorImagePatch.h.

◆ m_inputCols

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputCols
protected

Definition at line 583 of file TensorImagePatch.h.

◆ m_inputDepth

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputDepth
protected

Definition at line 581 of file TensorImagePatch.h.

◆ m_inputRows

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputRows
protected

Definition at line 582 of file TensorImagePatch.h.

◆ m_otherStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_otherStride
protected

Definition at line 554 of file TensorImagePatch.h.

◆ m_outputCols

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_outputCols
protected

Definition at line 586 of file TensorImagePatch.h.

◆ m_outputRows

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_outputRows
protected

Definition at line 585 of file TensorImagePatch.h.

◆ m_paddingValue

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Scalar Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_paddingValue
protected

Definition at line 594 of file TensorImagePatch.h.

◆ m_patch_cols_eff

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patch_cols_eff
protected

Definition at line 568 of file TensorImagePatch.h.

◆ m_patch_rows_eff

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patch_rows_eff
protected

Definition at line 567 of file TensorImagePatch.h.

◆ m_patchInputStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patchInputStride
protected

Definition at line 579 of file TensorImagePatch.h.

◆ m_patchStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patchStride
protected

Definition at line 555 of file TensorImagePatch.h.

◆ m_row_inflate_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_row_inflate_strides
protected

Definition at line 562 of file TensorImagePatch.h.

◆ m_row_strides

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_row_strides
protected

Definition at line 557 of file TensorImagePatch.h.

◆ m_rowInputStride

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_rowInputStride
protected

Definition at line 577 of file TensorImagePatch.h.

◆ m_rowPaddingTop

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_rowPaddingTop
protected

Definition at line 588 of file TensorImagePatch.h.

◆ NumDims

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::NumDims = NumInputDims + 1
static

Definition at line 219 of file TensorImagePatch.h.

◆ NumInputDims

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
static

Definition at line 218 of file TensorImagePatch.h.

◆ PacketSize

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::PacketSize = PacketType<CoeffReturnType, Device>::size
static

Definition at line 227 of file TensorImagePatch.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:13