Searched refs:smaller_input_max (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.cc | 22 float smaller_input_max, in GetOutputMinAndMaxForQuantizedAdd() argument 36 std::max(input_max, std::max(-input_min, std::max(smaller_input_max, in GetOutputMinAndMaxForQuantizedAdd()
|
D | quantization_utils.h | 798 float smaller_input_max, 807 float smaller_input_min, float smaller_input_max, in QuantizedAddUsingEigen() argument 815 smaller_input_max, output_min, output_max); in QuantizedAddUsingEigen() 828 smaller_input_max); in QuantizedAddUsingEigen() 854 float smaller_input_min, float smaller_input_max, in QuantizedAdd() argument 861 smaller_input_max, output_min, output_max); in QuantizedAdd() 890 smaller_input_max, total_min, total_max); in QuantizedAdd()
|