Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.cc22 float smaller_input_max, in GetOutputMinAndMaxForQuantizedAdd() argument
36 std::max(input_max, std::max(-input_min, std::max(smaller_input_max, in GetOutputMinAndMaxForQuantizedAdd()
Dquantization_utils.h807 float smaller_input_max,
816 float smaller_input_min, float smaller_input_max, in QuantizedAddUsingEigen() argument
824 smaller_input_max, output_min, output_max); in QuantizedAddUsingEigen()
837 smaller_input_max); in QuantizedAddUsingEigen()
863 float smaller_input_min, float smaller_input_max, in QuantizedAdd() argument
870 smaller_input_max, output_min, output_max); in QuantizedAdd()
899 smaller_input_max, total_min, total_max); in QuantizedAdd()