Home
last modified time | relevance | path

Searched refs:uqtype (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h404 if (auto uqtype = qtype.template dyn_cast<quant::UniformQuantizedType>()) { in matchAndRewrite() local
407 uqtype.getScale(), uqtype.getZeroPoint() - offset, in matchAndRewrite()
408 uqtype.getStorageTypeMin() - offset, in matchAndRewrite()
409 uqtype.getStorageTypeMax() - offset, op.getLoc()); in matchAndRewrite()