TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::tt::ttmetal::detail::EthernetConfigAttrStorage Struct Reference
Inheritance diagram for mlir::tt::ttmetal::detail::EthernetConfigAttrStorage:

Public Types

using KeyTy = std::tuple< SymbolRefAttr, CoreRangeAttr, KernelArgsAttr, EthType, NocIndex >
 

Public Member Functions

 EthernetConfigAttrStorage (SymbolRefAttr kernel_symbol, CoreRangeAttr core_range, KernelArgsAttr kernel_args, EthType eth_type, NocIndex noc_index)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

::llvm::hash_code hashKey (const KeyTy &tblgenKey)
 
static EthernetConfigAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

SymbolRefAttr kernel_symbol
 
CoreRangeAttr core_range
 
KernelArgsAttr kernel_args
 
EthType eth_type
 
NocIndex noc_index
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ EthernetConfigAttrStorage()

mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::EthernetConfigAttrStorage ( SymbolRefAttr  kernel_symbol,
CoreRangeAttr  core_range,
KernelArgsAttr  kernel_args,
EthType  eth_type,
NocIndex  noc_index 
)
inline

Member Function Documentation

◆ construct()

static EthernetConfigAttrStorage* mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::construct ( ::mlir::AttributeStorageAllocator &  allocator,
KeyTy &&  tblgenKey 
)
inlinestatic

◆ getAsKey()

KeyTy mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

::llvm::hash_code mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::hashKey ( const KeyTy tblgenKey)
inlinestatic

◆ operator==()

bool mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::operator== ( const KeyTy tblgenKey) const
inline

Member Data Documentation

◆ core_range

CoreRangeAttr mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::core_range

◆ eth_type

EthType mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::eth_type

◆ kernel_args

KernelArgsAttr mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::kernel_args

◆ kernel_symbol

SymbolRefAttr mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::kernel_symbol

◆ noc_index

NocIndex mlir::tt::ttmetal::detail::EthernetConfigAttrStorage::noc_index

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