Searched defs:CalibratedQuantizedTypeStorage (Results 1 – 1 of 1) sorted by relevance
256 struct CalibratedQuantizedTypeStorage : public QuantizedTypeStorage { struct257 struct KeyTy {285 CalibratedQuantizedTypeStorage(const KeyTy &key) in CalibratedQuantizedTypeStorage() argument296 return new (allocator.allocate<CalibratedQuantizedTypeStorage>()) in construct() argument300 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()302 double min;303 double max;