Lines Matching defs:scale
189 MlirType expressedType, double scale, int64_t zeroPoint,
192 expressedType, scale, zeroPoint,
198 nb::arg("expressed_type"), nb::arg("scale"), nb::arg("zero_point"),
201 "scale",
203 "The scale designates the difference between the real values "
213 "Fixed point values are real numbers divided by a scale.");
249 double scale = mlirUniformQuantizedPerAxisTypeGetScale(type, i);
250 scales.push_back(scale);
256 "scale corresponds to the ith slice in the quantized_dimension.");
285 "Fixed point values are real numbers divided by a scale.");