TT-MLIR
Public Types | Public Member Functions | Public Attributes | List of all members
mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties Struct Reference

Public Types

using indexTy = ::mlir::IntegerAttr
 

Public Member Functions

auto getIndex ()
 
void setIndex (const ::mlir::IntegerAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

indexTy index
 

Member Typedef Documentation

◆ indexTy

Member Function Documentation

◆ getIndex()

auto mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties::getIndex ( )
inline

◆ operator!=()

bool mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties::operator!= ( const Properties rhs) const
inline

◆ operator==()

bool mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties::operator== ( const Properties rhs) const
inline

◆ setIndex()

void mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties::setIndex ( const ::mlir::IntegerAttr &  propValue)
inline

Member Data Documentation

◆ index

indexTy mlir::tt::detail::GetTupleElementOpGenericAdaptorBase::Properties::index

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