Searched defs:UniformQuantizedTypeStorage (Results 1 – 1 of 1) sorted by relevance
95 struct UniformQuantizedTypeStorage : public QuantizedTypeStorage { struct96 struct KeyTy {138 UniformQuantizedTypeStorage(const KeyTy &key) in UniformQuantizedTypeStorage() argument148 static UniformQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument154 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()156 double scale;157 int64_t zeroPoint;