Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h45 struct AnyQuantizedTypeStorage : public QuantizedTypeStorage { struct
46 struct KeyTy {
77 AnyQuantizedTypeStorage(const KeyTy &key) in AnyQuantizedTypeStorage() function
86 static AnyQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
92 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()