Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h160 struct UniformQuantizedPerAxisTypeStorage : public QuantizedTypeStorage { struct
161 struct KeyTy {
219 UniformQuantizedPerAxisTypeStorage(const KeyTy &key, ArrayRef<double> scales, in UniformQuantizedPerAxisTypeStorage() argument
236 return new (allocator.allocate<UniformQuantizedPerAxisTypeStorage>()) in construct() argument
240 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey()
242 ArrayRef<double> getScales() const { in getScales()
246 ArrayRef<int64_t> getZeroPoints() const { in getZeroPoints()
250 const double *scaleElements;
251 const int64_t *zeroPointElements;
252 unsigned quantParamsSize;
[all …]