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 | 807 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()
|