MLIR
22.0.0git
|
Public Types | |
using | KeyTy = std::tuple< ArrayRef< int64_t >, Type > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
TensorArmTypeStorage (ArrayRef< int64_t > shape, Type elementType) | |
![]() | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
static TensorArmTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
static llvm::hash_code | hashKey (const KeyTy &key) |
Public Attributes | |
ArrayRef< int64_t > | shape |
Type | elementType |
Additional Inherited Members | |
![]() | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
![]() | |
BaseStorage ()=default | |
Definition at line 1304 of file SPIRVTypes.cpp.
using mlir::spirv::detail::TensorArmTypeStorage::KeyTy = std::tuple<ArrayRef<int64_t>, Type> |
Definition at line 1305 of file SPIRVTypes.cpp.
|
inline |
Definition at line 1324 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 1307 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate(), and mlir::StorageUniquer::StorageAllocator::copyInto().
|
inlinestatic |
Definition at line 1315 of file SPIRVTypes.cpp.
|
inline |
Definition at line 1320 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::TensorArmTypeStorage::elementType |
Definition at line 1328 of file SPIRVTypes.cpp.
ArrayRef<int64_t> mlir::spirv::detail::TensorArmTypeStorage::shape |
Definition at line 1327 of file SPIRVTypes.cpp.