|
MLIR 23.0.0git
|
Public Types | |
| using | KeyTy = std::tuple<Type, int64_t> |
Public Member Functions | |
| MatrixTypeStorage (const KeyTy &key) | |
| bool | operator== (const KeyTy &key) const |
| Public Member Functions inherited from mlir::TypeStorage | |
| const AbstractType & | getAbstractType () |
| Return the abstract type descriptor for this type. | |
Static Public Member Functions | |
| static MatrixTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| Type | columnType |
| std::array< int64_t, 2 > | shape |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::TypeStorage | |
| TypeStorage () | |
| This constructor is used by derived classes as part of the TypeUniquer. | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
Definition at line 1164 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::MatrixTypeStorage::KeyTy = std::tuple<Type, int64_t> |
Definition at line 1168 of file SPIRVTypes.cpp.
|
inline |
Definition at line 1170 of file SPIRVTypes.cpp.
References columnType, mlir::get(), and shape.
Referenced by construct().
|
inlinestatic |
Definition at line 1175 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate(), and MatrixTypeStorage().
Definition at line 1182 of file SPIRVTypes.cpp.
References columnType, and shape.
| Type mlir::spirv::detail::MatrixTypeStorage::columnType |
Definition at line 1186 of file SPIRVTypes.cpp.
Referenced by MatrixTypeStorage(), and operator==().
| std::array<int64_t, 2> mlir::spirv::detail::MatrixTypeStorage::shape |
Definition at line 1188 of file SPIRVTypes.cpp.
Referenced by MatrixTypeStorage(), and operator==().