|
MLIR 23.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 376 of file TypeDetail.h.
|
inline |
Definition at line 377 of file TypeDetail.h.
References expressedType, max, and min.
Referenced by operator==().
|
inlinestatic |
Definition at line 388 of file TypeDetail.h.
Referenced by operator==(), and mlir::quant::detail::CalibratedQuantizedTypeStorage::operator==().
|
inline |
Definition at line 397 of file TypeDetail.h.
References expressedType, max, and min.
Referenced by mlir::quant::detail::CalibratedQuantizedTypeStorage::hashKey().
|
inline |
Definition at line 393 of file TypeDetail.h.
References genericIsEqual(), and KeyTy().
| Type mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::expressedType |
Definition at line 380 of file TypeDetail.h.
Referenced by getHashValue(), and KeyTy().
| double mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::max |
Definition at line 383 of file TypeDetail.h.
Referenced by getHashValue(), and KeyTy().
| double mlir::quant::detail::CalibratedQuantizedTypeStorage::KeyTy::min |
Definition at line 382 of file TypeDetail.h.
Referenced by getHashValue(), and KeyTy().