MLIR
20.0.0git
|
#include "Dialect/Quant/IR/TypeDetail.h"
Public Member Functions | |
KeyTy (Type expressedType, double min, double max) | |
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 | |
Type | expressedType |
double | min |
double | max |
Definition at line 257 of file TypeDetail.h.
|
inline |
Definition at line 258 of file TypeDetail.h.
|
inlinestatic |
Definition at line 269 of file TypeDetail.h.
Referenced by mlir::quant::detail::CalibratedQuantizedTypeStorage::operator==(), and operator==().
|
inline |
Definition at line 278 of file TypeDetail.h.
References expressedType, max, and min.
Referenced by mlir::quant::detail::CalibratedQuantizedTypeStorage::hashKey().
|
inline |
Definition at line 274 of file TypeDetail.h.
References genericIsEqual().
Type mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::expressedType |
Definition at line 261 of file TypeDetail.h.
Referenced by getHashValue().
double mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::max |
Definition at line 264 of file TypeDetail.h.
Referenced by getHashValue().
double mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::min |
Definition at line 263 of file TypeDetail.h.
Referenced by getHashValue().