MLIR
20.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. More... | |
Static Public Member Functions | |
static AnyQuantizedTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Construction. More... | |
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. More... | |
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. More... | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
BaseStorage ()=default | |
Definition at line 45 of file TypeDetail.h.
|
inline |
Definition at line 77 of file TypeDetail.h.
Referenced by construct().
|
inlinestatic |
Construction.
Definition at line 86 of file TypeDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), and AnyQuantizedTypeStorage().
|
inlinestatic |
Definition at line 92 of file TypeDetail.h.
References mlir::quant::detail::AnyQuantizedTypeStorage::KeyTy::getHashValue().
|
inline |
Definition at line 81 of file TypeDetail.h.
References mlir::quant::detail::AnyQuantizedTypeStorage::KeyTy::genericIsEqual().