Searched refs:is_per_channel (Results 1 – 5 of 5) sorted by relevance
225 const bool is_per_channel = affine_quantization->scale->size > 1; in PopulateConvolutionQuantizationParams() local226 if (is_per_channel) { in PopulateConvolutionQuantizationParams()244 const float scale = is_per_channel ? filter_scales[i] : filter_scales[0]; in PopulateConvolutionQuantizationParams()
219 bool is_per_channel, in AllocateTemporaryTensorsIfRequired() argument289 if (is_per_channel) { in AllocateTemporaryTensorsIfRequired()
49 bool is_per_channel; member444 if (tensor_pair.second.is_per_channel) { in QuantizeWeightsInt8()
143 bool is_per_channel, int channel_dim_index, in QuantizeBias() argument155 if (is_per_channel) { in QuantizeBias()
1063 bool is_per_channel = false, in SetupMatrixVectorData() argument1117 if (is_per_channel) { in SetupMatrixVectorData()1162 bool is_per_channel = true) { in TestPerChannelDotprodMatrixBatchVectorMultiply() argument1164 SetupMatrixVectorData(rows, cols, batch, negative, is_per_channel); in TestPerChannelDotprodMatrixBatchVectorMultiply()