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

Public Types

using KeyTy = std::tuple<::mlir::tt::MeshShardDirection >
 

Public Member Functions

 MeshShardDirectionAttrStorage (::mlir::tt::MeshShardDirection value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::MeshShardDirection value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ MeshShardDirectionAttrStorage()

mlir::tt::detail::MeshShardDirectionAttrStorage::MeshShardDirectionAttrStorage ( ::mlir::tt::MeshShardDirection  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

KeyTy mlir::tt::detail::MeshShardDirectionAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::MeshShardDirection mlir::tt::detail::MeshShardDirectionAttrStorage::value

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