Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorImagePatchOp< Rows, Cols, XprType > Class Template Reference

#include <TensorForwardDeclarations.h>

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorImagePatchOp >::Index Index
 
typedef Eigen::internal::nested< TensorImagePatchOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorImagePatchOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorImagePatchOp >::StorageKind StorageKind
 

Public Member Functions

EIGEN_DEVICE_FUNC DenseIndex col_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex col_strides () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::typeexpression () const
 
EIGEN_DEVICE_FUNC DenseIndex in_col_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex in_row_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_bottom () const
 
EIGEN_DEVICE_FUNC bool padding_explicit () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_left () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_right () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_top () const
 
EIGEN_DEVICE_FUNC PaddingType padding_type () const
 
EIGEN_DEVICE_FUNC Scalar padding_value () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_cols () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_rows () const
 
EIGEN_DEVICE_FUNC DenseIndex row_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex row_strides () const
 
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 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)
 

Protected Attributes

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

Detailed Description

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

Definition at line 72 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 125 of file TensorImagePatch.h.

◆ Index

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

Definition at line 128 of file TensorImagePatch.h.

◆ Nested

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

Definition at line 126 of file TensorImagePatch.h.

◆ RealScalar

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

Definition at line 124 of file TensorImagePatch.h.

◆ Scalar

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

Definition at line 123 of file TensorImagePatch.h.

◆ StorageKind

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

Definition at line 127 of file TensorImagePatch.h.

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

Definition at line 130 of file TensorImagePatch.h.

◆ 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

Definition at line 142 of file TensorImagePatch.h.

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

Definition at line 173 of file TensorImagePatch.h.

◆ col_strides()

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

Definition at line 165 of file TensorImagePatch.h.

◆ expression()

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

Definition at line 191 of file TensorImagePatch.h.

◆ in_col_strides()

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

Definition at line 169 of file TensorImagePatch.h.

◆ in_row_strides()

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

Definition at line 167 of file TensorImagePatch.h.

◆ padding_bottom()

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

Definition at line 179 of file TensorImagePatch.h.

◆ padding_explicit()

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

Definition at line 175 of file TensorImagePatch.h.

◆ padding_left()

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

Definition at line 181 of file TensorImagePatch.h.

◆ padding_right()

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

Definition at line 183 of file TensorImagePatch.h.

◆ padding_top()

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

Definition at line 177 of file TensorImagePatch.h.

◆ padding_type()

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

Definition at line 185 of file TensorImagePatch.h.

◆ padding_value()

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

Definition at line 187 of file TensorImagePatch.h.

◆ patch_cols()

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

Definition at line 161 of file TensorImagePatch.h.

◆ patch_rows()

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

Definition at line 159 of file TensorImagePatch.h.

◆ row_inflate_strides()

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

Definition at line 171 of file TensorImagePatch.h.

◆ row_strides()

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

Definition at line 163 of file TensorImagePatch.h.

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

Definition at line 202 of file TensorImagePatch.h.

◆ m_col_strides

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

Definition at line 198 of file TensorImagePatch.h.

◆ m_in_col_strides

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

Definition at line 200 of file TensorImagePatch.h.

◆ m_in_row_strides

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

Definition at line 199 of file TensorImagePatch.h.

◆ m_padding_bottom

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

Definition at line 205 of file TensorImagePatch.h.

◆ m_padding_explicit

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

Definition at line 203 of file TensorImagePatch.h.

◆ m_padding_left

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

Definition at line 206 of file TensorImagePatch.h.

◆ m_padding_right

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

Definition at line 207 of file TensorImagePatch.h.

◆ m_padding_top

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

Definition at line 204 of file TensorImagePatch.h.

◆ m_padding_type

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

Definition at line 208 of file TensorImagePatch.h.

◆ m_padding_value

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

Definition at line 209 of file TensorImagePatch.h.

◆ m_patch_cols

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

Definition at line 196 of file TensorImagePatch.h.

◆ m_patch_rows

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

Definition at line 195 of file TensorImagePatch.h.

◆ m_row_inflate_strides

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

Definition at line 201 of file TensorImagePatch.h.

◆ m_row_strides

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

Definition at line 197 of file TensorImagePatch.h.

◆ m_xpr

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

Definition at line 194 of file TensorImagePatch.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:04