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

#include <TensorVolumePatch.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, BlockAccess = false, PreferBlockAccess = TensorEvaluator<ArgType, Device>::PreferBlockAccess,
  Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef internal::remove_const< typename XprType::Scalar >::type Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 
typedef TensorVolumePatchOp< Planes, 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 EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
const TensorEvaluator< ArgType, Device > & impl () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index outputCols () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index outputPlanes () 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 planeInflateStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index planePaddingTop () 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 userInPlaneStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userInRowStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index userPlaneStride () 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
 
Dimensions m_dimensions
 
internal::TensorIntDivisor< Indexm_fastColStride
 
internal::TensorIntDivisor< Indexm_fastInputColsEff
 
internal::TensorIntDivisor< Indexm_fastInputColStride
 
internal::TensorIntDivisor< Indexm_fastInputPlaneStride
 
internal::TensorIntDivisor< Indexm_fastInputRowStride
 
internal::TensorIntDivisor< Indexm_fastOtherStride
 
internal::TensorIntDivisor< Indexm_fastOutputDepth
 
internal::TensorIntDivisor< Indexm_fastOutputPlanes
 
internal::TensorIntDivisor< Indexm_fastOutputPlanesRows
 
internal::TensorIntDivisor< Indexm_fastPatchStride
 
internal::TensorIntDivisor< Indexm_fastRowStride
 
TensorEvaluator< ArgType, Device > m_impl
 
Index m_in_col_strides
 
Index m_in_plane_strides
 
Index m_in_row_strides
 
Index m_input_cols_eff
 
Index m_input_planes_eff
 
Index m_input_rows_eff
 
Index m_inputCols
 
Index m_inputDepth
 
Index m_inputPlanes
 
Index m_inputRows
 
Index m_otherInputStride
 
Index m_otherStride
 
Index m_outputCols
 
Index m_outputPlanes
 
Index m_outputPlanesRows
 
Index m_outputRows
 
Scalar m_paddingValue
 
Index m_patch_cols_eff
 
Index m_patch_planes_eff
 
Index m_patch_rows_eff
 
Index m_patchStride
 
Index m_plane_inflate_strides
 
Index m_plane_strides
 
Index m_planeInputStride
 
Index m_planePaddingTop
 
Index m_row_inflate_strides
 
Index m_row_strides
 
Index m_rowInputStride
 
Index m_rowPaddingTop
 
Index m_rowStride
 

Detailed Description

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

Definition at line 169 of file TensorVolumePatch.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 177 of file TensorVolumePatch.h.

◆ Dimensions

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

Definition at line 175 of file TensorVolumePatch.h.

◆ EvaluatorPointerType

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

Definition at line 181 of file TensorVolumePatch.h.

◆ Index

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

Definition at line 172 of file TensorVolumePatch.h.

◆ PacketReturnType

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

Definition at line 178 of file TensorVolumePatch.h.

◆ Scalar

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

Definition at line 176 of file TensorVolumePatch.h.

◆ Storage

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

Definition at line 180 of file TensorVolumePatch.h.

◆ TensorBlock

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

Definition at line 194 of file TensorVolumePatch.h.

◆ XprType

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

Definition at line 171 of file TensorVolumePatch.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 183 of file TensorVolumePatch.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

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

Definition at line 197 of file TensorVolumePatch.h.

Member Function Documentation

◆ cleanup()

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

Definition at line 360 of file TensorVolumePatch.h.

◆ coeff()

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

Definition at line 364 of file TensorVolumePatch.h.

◆ colInflateStride()

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

Definition at line 535 of file TensorVolumePatch.h.

◆ colPaddingLeft()

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

Definition at line 523 of file TensorVolumePatch.h.

◆ costPerCoeff()

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

Definition at line 509 of file TensorVolumePatch.h.

◆ data()

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

Definition at line 516 of file TensorVolumePatch.h.

◆ dimensions()

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

Definition at line 353 of file TensorVolumePatch.h.

◆ evalSubExprsIfNeeded()

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

Definition at line 355 of file TensorVolumePatch.h.

◆ impl()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::impl ( ) const
inline

Definition at line 518 of file TensorVolumePatch.h.

◆ outputCols()

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

Definition at line 526 of file TensorVolumePatch.h.

◆ outputPlanes()

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

Definition at line 524 of file TensorVolumePatch.h.

◆ outputRows()

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

Definition at line 525 of file TensorVolumePatch.h.

◆ packet()

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

Definition at line 420 of file TensorVolumePatch.h.

◆ packetWithPossibleZero()

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

Definition at line 544 of file TensorVolumePatch.h.

◆ planeInflateStride()

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

Definition at line 533 of file TensorVolumePatch.h.

◆ planePaddingTop()

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

Definition at line 521 of file TensorVolumePatch.h.

◆ rowInflateStride()

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

Definition at line 534 of file TensorVolumePatch.h.

◆ rowPaddingTop()

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

Definition at line 522 of file TensorVolumePatch.h.

◆ userColStride()

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

Definition at line 529 of file TensorVolumePatch.h.

◆ userInColStride()

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

Definition at line 532 of file TensorVolumePatch.h.

◆ userInPlaneStride()

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

Definition at line 530 of file TensorVolumePatch.h.

◆ userInRowStride()

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

Definition at line 531 of file TensorVolumePatch.h.

◆ userPlaneStride()

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

Definition at line 527 of file TensorVolumePatch.h.

◆ userRowStride()

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

Definition at line 528 of file TensorVolumePatch.h.

Member Data Documentation

◆ m_col_inflate_strides

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

Definition at line 576 of file TensorVolumePatch.h.

◆ m_col_strides

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

Definition at line 560 of file TensorVolumePatch.h.

◆ m_colInputStride

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

Definition at line 604 of file TensorVolumePatch.h.

◆ m_colPaddingLeft

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

Definition at line 568 of file TensorVolumePatch.h.

◆ m_colStride

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

Definition at line 599 of file TensorVolumePatch.h.

◆ m_dimensions

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

Definition at line 555 of file TensorVolumePatch.h.

◆ m_fastColStride

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

Definition at line 609 of file TensorVolumePatch.h.

◆ m_fastInputColsEff

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

Definition at line 614 of file TensorVolumePatch.h.

◆ m_fastInputColStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastInputColStride
protected

Definition at line 613 of file TensorVolumePatch.h.

◆ m_fastInputPlaneStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastInputPlaneStride
protected

Definition at line 611 of file TensorVolumePatch.h.

◆ m_fastInputRowStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastInputRowStride
protected

Definition at line 612 of file TensorVolumePatch.h.

◆ m_fastOtherStride

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

Definition at line 607 of file TensorVolumePatch.h.

◆ m_fastOutputDepth

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

Definition at line 617 of file TensorVolumePatch.h.

◆ m_fastOutputPlanes

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastOutputPlanes
protected

Definition at line 616 of file TensorVolumePatch.h.

◆ m_fastOutputPlanesRows

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastOutputPlanesRows
protected

Definition at line 615 of file TensorVolumePatch.h.

◆ m_fastPatchStride

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

Definition at line 608 of file TensorVolumePatch.h.

◆ m_fastRowStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_fastRowStride
protected

Definition at line 610 of file TensorVolumePatch.h.

◆ m_impl

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

Definition at line 621 of file TensorVolumePatch.h.

◆ m_in_col_strides

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

Definition at line 572 of file TensorVolumePatch.h.

◆ m_in_plane_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_in_plane_strides
protected

Definition at line 570 of file TensorVolumePatch.h.

◆ m_in_row_strides

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

Definition at line 571 of file TensorVolumePatch.h.

◆ m_input_cols_eff

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

Definition at line 590 of file TensorVolumePatch.h.

◆ m_input_planes_eff

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_input_planes_eff
protected

Definition at line 588 of file TensorVolumePatch.h.

◆ m_input_rows_eff

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

Definition at line 589 of file TensorVolumePatch.h.

◆ m_inputCols

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

Definition at line 582 of file TensorVolumePatch.h.

◆ m_inputDepth

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

Definition at line 579 of file TensorVolumePatch.h.

◆ m_inputPlanes

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_inputPlanes
protected

Definition at line 580 of file TensorVolumePatch.h.

◆ m_inputRows

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

Definition at line 581 of file TensorVolumePatch.h.

◆ m_otherInputStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_otherInputStride
protected

Definition at line 605 of file TensorVolumePatch.h.

◆ m_otherStride

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

Definition at line 596 of file TensorVolumePatch.h.

◆ m_outputCols

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

Definition at line 564 of file TensorVolumePatch.h.

◆ m_outputPlanes

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_outputPlanes
protected

Definition at line 562 of file TensorVolumePatch.h.

◆ m_outputPlanesRows

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_outputPlanesRows
protected

Definition at line 585 of file TensorVolumePatch.h.

◆ m_outputRows

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

Definition at line 563 of file TensorVolumePatch.h.

◆ m_paddingValue

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

Definition at line 619 of file TensorVolumePatch.h.

◆ m_patch_cols_eff

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

Definition at line 593 of file TensorVolumePatch.h.

◆ m_patch_planes_eff

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_patch_planes_eff
protected

Definition at line 591 of file TensorVolumePatch.h.

◆ m_patch_rows_eff

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

Definition at line 592 of file TensorVolumePatch.h.

◆ m_patchStride

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

Definition at line 597 of file TensorVolumePatch.h.

◆ m_plane_inflate_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_plane_inflate_strides
protected

Definition at line 574 of file TensorVolumePatch.h.

◆ m_plane_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_plane_strides
protected

Definition at line 558 of file TensorVolumePatch.h.

◆ m_planeInputStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_planeInputStride
protected

Definition at line 602 of file TensorVolumePatch.h.

◆ m_planePaddingTop

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_planePaddingTop
protected

Definition at line 566 of file TensorVolumePatch.h.

◆ m_row_inflate_strides

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

Definition at line 575 of file TensorVolumePatch.h.

◆ m_row_strides

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

Definition at line 559 of file TensorVolumePatch.h.

◆ m_rowInputStride

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

Definition at line 603 of file TensorVolumePatch.h.

◆ m_rowPaddingTop

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

Definition at line 567 of file TensorVolumePatch.h.

◆ m_rowStride

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorVolumePatchOp< Planes, Rows, Cols, ArgType >, Device >::m_rowStride
protected

Definition at line 598 of file TensorVolumePatch.h.

◆ NumDims

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

Definition at line 174 of file TensorVolumePatch.h.

◆ NumInputDims

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

Definition at line 173 of file TensorVolumePatch.h.

◆ PacketSize

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

Definition at line 179 of file TensorVolumePatch.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:05