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

Public Types

using calleeTy = ::mlir::FlatSymbolRefAttr
 

Public Member Functions

auto getCallee ()
 
void setCallee (const ::mlir::FlatSymbolRefAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

calleeTy callee
 

Member Typedef Documentation

◆ calleeTy

Member Function Documentation

◆ getCallee()

auto mlir::tt::detail::LoadCachedOpGenericAdaptorBase::Properties::getCallee ( )
inline

◆ operator!=()

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

◆ operator==()

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

◆ setCallee()

void mlir::tt::detail::LoadCachedOpGenericAdaptorBase::Properties::setCallee ( const ::mlir::FlatSymbolRefAttr &  propValue)
inline

Member Data Documentation

◆ callee

calleeTy mlir::tt::detail::LoadCachedOpGenericAdaptorBase::Properties::callee

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