Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h87 QuantizedType DownCastScale(QuantizedType type,
91 QuantizedType DownCastScale(QuantizedType type, double min, double max,
132 quant_type = DownCastScale(quant_type, mins, maxs, op->getLoc()); in matchAndRewrite()
147 quant_type = DownCastScale(quant_type, rmin, rmax, op->getLoc()); in matchAndRewrite()
Dquantization_utils.cc101 DownCastScale(quantizedEleType, effective_mins[0], effective_maxs[0], in GetQuantizedType()
115 quantizedEleType = DownCastScale(quantizedEleType, effective_mins, in GetQuantizedType()
548 QuantizedType DownCastScale(QuantizedType type, double min, double max, in DownCastScale() function
552 return DownCastScale(type, mins, maxs, loc); in DownCastScale()
555 QuantizedType DownCastScale(QuantizedType type, in DownCastScale() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h390 quant_type = quant::DownCastScale(quant_type, min, max, op.getLoc()); in replaceStatsOp()
471 qtype = quant::DownCastScale(qtype, calibrated_type.getMin(), in processIntermediates()