|
MLIR 23.0.0git
|
#include "Dialect/Quant/IR/TypeDetail.h"
Classes | |
| struct | KeyTy |
Public Member Functions | |
| AnyQuantizedTypeStorage (const KeyTy &key) | |
| bool | operator== (const KeyTy &key) const |
| Public Member Functions inherited from mlir::quant::detail::QuantizedTypeStorage | |
| QuantizedTypeStorage (unsigned flags, Type storageType, Type expressedType, int64_t storageTypeMin, int64_t storageTypeMax) | |
| Public Member Functions inherited from mlir::TypeStorage | |
| const AbstractType & | getAbstractType () |
| Return the abstract type descriptor for this type. | |
Static Public Member Functions | |
| static AnyQuantizedTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
| Construction. | |
| static unsigned | hashKey (const KeyTy &key) |
Additional Inherited Members | |
| Public Attributes inherited from mlir::quant::detail::QuantizedTypeStorage | |
| unsigned | flags |
| Flags corresponding to the bitmapped enum QuantizationFlags::FlagValue. | |
| Type | storageType |
| Type | expressedType |
| int64_t | storageTypeMin |
| int64_t | storageTypeMax |
| 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 46 of file TypeDetail.h.
|
inline |
Definition at line 78 of file TypeDetail.h.
References mlir::quant::detail::QuantizedTypeStorage::expressedType, mlir::quant::detail::QuantizedTypeStorage::flags, mlir::quant::detail::QuantizedTypeStorage::QuantizedTypeStorage(), mlir::quant::detail::QuantizedTypeStorage::storageType, mlir::quant::detail::QuantizedTypeStorage::storageTypeMax, and mlir::quant::detail::QuantizedTypeStorage::storageTypeMin.
Referenced by construct().
|
inlinestatic |
Construction.
Definition at line 87 of file TypeDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), and AnyQuantizedTypeStorage().
Definition at line 93 of file TypeDetail.h.
References mlir::quant::detail::AnyQuantizedTypeStorage::KeyTy::getHashValue().
Definition at line 82 of file TypeDetail.h.
References mlir::quant::detail::AnyQuantizedTypeStorage::KeyTy::genericIsEqual().