Searched refs:smaller_input_min (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.cc | 21 float smaller_input_min, in GetOutputMinAndMaxForQuantizedAdd() argument 37 -smaller_input_min))) * in GetOutputMinAndMaxForQuantizedAdd()
|
D | quantization_utils.h | 797 float smaller_input_min, 807 float smaller_input_min, float smaller_input_max, in QuantizedAddUsingEigen() argument 814 GetOutputMinAndMaxForQuantizedAdd(input_min, input_max, smaller_input_min, in QuantizedAddUsingEigen() 827 QuantizedToFloatStruct<T2> smaller_input_q2f(smaller_input_min, in QuantizedAddUsingEigen() 854 float smaller_input_min, float smaller_input_max, in QuantizedAdd() argument 860 GetOutputMinAndMaxForQuantizedAdd(input_min, input_max, smaller_input_min, in QuantizedAdd() 889 RequantizeInNewRange<T2, T3>(smaller_input_value, smaller_input_min, in QuantizedAdd()
|