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

Public Types

using device_attrTy = ::mlir::tt::DeviceAttr
 
using sym_nameTy = ::mlir::StringAttr
 

Public Member Functions

auto getDeviceAttr ()
 
void setDeviceAttr (const ::mlir::tt::DeviceAttr &propValue)
 
auto getSymName ()
 
void setSymName (const ::mlir::StringAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

device_attrTy device_attr
 
sym_nameTy sym_name
 

Member Typedef Documentation

◆ device_attrTy

◆ sym_nameTy

Member Function Documentation

◆ getDeviceAttr()

auto mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::getDeviceAttr ( )
inline

◆ getSymName()

auto mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::getSymName ( )
inline

◆ operator!=()

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

◆ operator==()

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

◆ setDeviceAttr()

void mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::setDeviceAttr ( const ::mlir::tt::DeviceAttr propValue)
inline

◆ setSymName()

void mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::setSymName ( const ::mlir::StringAttr &  propValue)
inline

Member Data Documentation

◆ device_attr

device_attrTy mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::device_attr

◆ sym_name

sym_nameTy mlir::tt::detail::DeviceOpGenericAdaptorBase::Properties::sym_name

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