Lines Matching refs:multiplication
136 ## Quantizing a matrix multiplication
140 rewriting a multiplication of matrices of real numbers, by the equivalent
141 multiplication of matrices of quantized values.
182 matrix multiplication should do, i.e. how to compute `result_quantized_value`.
203 "quantized matrix multiplication" should actually compute, in order to be able
206 ## Implementation of quantized matrix multiplication
208 Having obtained the mathematical form (5) of quantized matrix multiplication, we
263 So how do we implement the multiplication of a int32 value by a positive real
325 multiplication with a int32 multiplier, which may overflow. By contrast, in
327 integer multiplication becomes a fixed-point multiplication and cannot
344 Example code showing how to perfom a quantized matrix multiplication in the