Home
last modified time | relevance | path

Searched defs:CalibratedQuantizedTypeStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h256 struct CalibratedQuantizedTypeStorage : public QuantizedTypeStorage { struct
257 struct KeyTy {
285 CalibratedQuantizedTypeStorage(const KeyTy &key) in CalibratedQuantizedTypeStorage() function
296 return new (allocator.allocate<CalibratedQuantizedTypeStorage>()) in construct() argument
300 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()
302 double min;
303 double max;