Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState Struct Reference

Public Member Functions

 BlockIteratorState ()
 

Public Attributes

IndexType size
 
IndexType count
 
IndexType input_stride
 
IndexType output_stride
 
IndexType input_span
 
IndexType output_span
 

Constructor & Destructor Documentation

◆ BlockIteratorState()

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::BlockIteratorState ( )
inline
1270 : size(0), count(0), input_stride(0), output_stride(0), input_span(0), output_span(0) {}
IndexType input_stride
Definition: TensorBlock.h:1274
IndexType count
Definition: TensorBlock.h:1273
IndexType size
Definition: TensorBlock.h:1272
IndexType output_span
Definition: TensorBlock.h:1277
IndexType output_stride
Definition: TensorBlock.h:1275
IndexType input_span
Definition: TensorBlock.h:1276

Member Data Documentation

◆ count

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::count

◆ input_span

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::input_span

◆ input_stride

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::input_stride

◆ output_span

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::output_span

◆ output_stride

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::output_stride

◆ size

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::BlockIteratorState::size

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