Searched refs:quantized_range (Results 1 – 2 of 2) sorted by relevance
93 quantized_range = ((quantized_max - quantized_min) * range_adjust)94 range_scale = (quantized_range / number_of_steps)
695 const float quantized_range = 512.0; in QuantizeOpInput() local696 const float scale = range / quantized_range; in QuantizeOpInput()721 float quantized_range = 32767.0; in QuantizeOpInput() local728 quantized_range = 32768.0; in QuantizeOpInput()730 const float scale = range / quantized_range; in QuantizeOpInput()938 const float quantized_range = 32767.0; in QuantizeIntemediateTensors() local939 const float scale = range / quantized_range; in QuantizeIntemediateTensors()