Searched defs:UniformQuantizedPerAxisTypeStorage (Results 1 – 1 of 1) sorted by relevance
160 struct UniformQuantizedPerAxisTypeStorage : public QuantizedTypeStorage { struct161 struct KeyTy {219 UniformQuantizedPerAxisTypeStorage(const KeyTy &key, ArrayRef<double> scales, in UniformQuantizedPerAxisTypeStorage() argument236 return new (allocator.allocate<UniformQuantizedPerAxisTypeStorage>()) in construct() argument240 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 …]