Searched refs:tmp_weights (Results 1 – 1 of 1) sorted by relevance
121 TensorInfo tmp_weights{ *weights }; in configure_mm() local132 if(!is_data_type_quantized_per_channel(tmp_weights.data_type())) in configure_mm()135 tmp_weights.set_quantization_info(QuantizationInfo(uwqinfo.scale, -uwqinfo.offset)); in configure_mm()155 … output_info.is_quantized_per_channel = (tmp_weights.data_type() == DataType::QSYMM8_PER_CHANNEL); in configure_mm()159 …_mm_gemmlowp->configure(&tmp_src, &tmp_weights, biases, dst, GEMMInfo(false, false, true, gemm_3d_… in configure_mm()