MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType Struct Reference

#include "mlir/Dialect/Utils/StructuredOpsUtils.h"

+ Inheritance diagram for mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType:

Public Member Functions

 IteratorType (IteratorTypeT iter)
 
bool isOfType (IteratorTypeT expectedIter) const
 

Public Attributes

IteratorTypeT iter
 

Detailed Description

template<typename StructuredOpInterface, typename IteratorTypeT>
struct mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType

Definition at line 94 of file StructuredOpsUtils.h.

Constructor & Destructor Documentation

◆ IteratorType()

template<typename StructuredOpInterface , typename IteratorTypeT >
mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType::IteratorType ( IteratorTypeT  iter)
inline

Definition at line 95 of file StructuredOpsUtils.h.

Member Function Documentation

◆ isOfType()

template<typename StructuredOpInterface , typename IteratorTypeT >
bool mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType::isOfType ( IteratorTypeT  expectedIter) const
inline

Member Data Documentation

◆ iter

template<typename StructuredOpInterface , typename IteratorTypeT >
IteratorTypeT mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType::iter

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