Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h23 struct QuantizedTypeStorage : public mlir::TypeStorage { struct
24 QuantizedTypeStorage(unsigned flags, Type storageType, Type expressedType, in QuantizedTypeStorage() function
45 struct AnyQuantizedTypeStorage : public QuantizedTypeStorage { argument