MLIR
20.0.0git
|
#include "Dialect/Quant/IR/TypeDetail.h"
Public Member Functions | |
KeyTy (unsigned flags, Type storageType, Type expressedType, double scale, int64_t zeroPoint, int64_t storageTypeMin, int64_t storageTypeMax) | |
bool | operator== (const KeyTy &other) const |
unsigned | getHashValue () const |
Static Public Member Functions | |
template<typename T , typename U > | |
static bool | genericIsEqual (const T &lhs, const U &rhs) |
Public Attributes | |
unsigned | flags |
Flags corresponding to the bitmapped enum QuantizationFlags::FlagValue. More... | |
Type | storageType |
Type | expressedType |
double | scale |
int64_t | zeroPoint |
int64_t | storageTypeMin |
int64_t | storageTypeMax |
Definition at line 96 of file TypeDetail.h.
|
inline |
Definition at line 97 of file TypeDetail.h.
|
inlinestatic |
Definition at line 119 of file TypeDetail.h.
Referenced by mlir::quant::detail::UniformQuantizedTypeStorage::operator==(), and operator==().
|
inline |
Definition at line 131 of file TypeDetail.h.
References expressedType, flags, scale, storageType, storageTypeMax, storageTypeMin, and zeroPoint.
Referenced by mlir::quant::detail::UniformQuantizedTypeStorage::hashKey().
|
inline |
Definition at line 127 of file TypeDetail.h.
References genericIsEqual().
Type mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::expressedType |
Definition at line 109 of file TypeDetail.h.
Referenced by getHashValue().
unsigned mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::flags |
Flags corresponding to the bitmapped enum QuantizationFlags::FlagValue.
Definition at line 103 of file TypeDetail.h.
Referenced by getHashValue().
double mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::scale |
Definition at line 111 of file TypeDetail.h.
Referenced by getHashValue().
Type mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::storageType |
Definition at line 106 of file TypeDetail.h.
Referenced by getHashValue().
int64_t mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::storageTypeMax |
Definition at line 114 of file TypeDetail.h.
Referenced by getHashValue().
int64_t mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::storageTypeMin |
Definition at line 113 of file TypeDetail.h.
Referenced by getHashValue().
int64_t mlir::quant::detail::UniformQuantizedTypeStorage::KeyTy::zeroPoint |
Definition at line 112 of file TypeDetail.h.
Referenced by getHashValue().