Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h95 struct UniformQuantizedTypeStorage : public QuantizedTypeStorage { struct
96 struct KeyTy {
138 UniformQuantizedTypeStorage(const KeyTy &key) in UniformQuantizedTypeStorage() argument
148 static UniformQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
154 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()
156 double scale;
157 int64_t zeroPoint;