Searched refs:output_qtype (Results 1 – 3 of 3) sorted by relevance
85 auto output_qtype = output_type.getElementType() in buildRescaleOpConvOutput() local90 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput()91 double output_scale = output_qtype.getScale(); in buildRescaleOpConvOutput()130 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput()131 double output_scale = output_qtype.getScale(); in buildRescaleOpConvOutput()
172 UniformQuantizedType output_qtype = in matchAndRewrite() local184 output_qtype.getZeroPoint()); in matchAndRewrite()229 UniformQuantizedType output_qtype = in matchAndRewrite() local242 output_qtype.getZeroPoint()); in matchAndRewrite()556 UniformQuantizedType output_qtype = in matchAndRewrite() local569 double output_scale = output_qtype.getScale(); in matchAndRewrite()592 output_rescale_scale, output_qtype.getZeroPoint()); in matchAndRewrite()654 UniformQuantizedType output_qtype = in matchAndRewrite() local666 double output_scale = output_qtype.getScale(); in matchAndRewrite()689 output_rescale_scale, output_qtype.getZeroPoint()); in matchAndRewrite()[all …]
476 auto output_qtype = in convertMultiplyOp() local480 double output_scale = output_qtype.getScale(); in convertMultiplyOp()492 output_rescale_scale, output_qtype.getZeroPoint()); in convertMultiplyOp()2476 auto output_qtype = in convertReduceSumOp() local2484 1.0 / (output_qtype.getScale() * static_cast<double>(1 << input_shift)); in convertReduceSumOp()2487 output_zp = output_qtype.getZeroPoint(); in convertReduceSumOp()2547 auto output_qtype = in convertReduceMeanOp() local2554 output_scale = div_scale / (output_qtype.getScale() * in convertReduceMeanOp()2558 output_zp = output_qtype.getZeroPoint(); in convertReduceMeanOp()