Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dquantized_conv_ops_test.py93 quantized_range = ((quantized_max - quantized_min) * range_adjust)
94 range_scale = (quantized_range / number_of_steps)
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc695 const float quantized_range = 512.0; in QuantizeOpInput() local
696 const float scale = range / quantized_range; in QuantizeOpInput()
721 float quantized_range = 32767.0; in QuantizeOpInput() local
728 quantized_range = 32768.0; in QuantizeOpInput()
730 const float scale = range / quantized_range; in QuantizeOpInput()
938 const float quantized_range = 32767.0; in QuantizeIntemediateTensors() local
939 const float scale = range / quantized_range; in QuantizeIntemediateTensors()