Home
last modified time | relevance | path

Searched refs:channel_shift (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc250 int channel_shift; in PopulateConvolutionQuantizationParams() local
251 QuantizeMultiplier(effective_output_scale, &significand, &channel_shift); in PopulateConvolutionQuantizationParams()
253 per_channel_shift[i] = channel_shift; in PopulateConvolutionQuantizationParams()