Searched refs:max_input_rescaled (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
H A Dquantization_util.cc82 const double max_input_rescaled = 1.0 * ((1 << input_integer_bits) - 1) * local
88 return static_cast<int>(std::floor(max_input_rescaled));

Completed in 113 milliseconds