Searched refs:DownCastScale (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 87 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()
|
D | quantization_utils.cc | 101 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/ |
D | prepare_quantize_helper.h | 390 quant_type = quant::DownCastScale(quant_type, min, max, op.getLoc()); in replaceStatsOp() 471 qtype = quant::DownCastScale(qtype, calibrated_type.getMin(), in processIntermediates()
|