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 | 806 float smaller_input_min, 816 float smaller_input_min, float smaller_input_max, in QuantizedAddUsingEigen() argument 823 GetOutputMinAndMaxForQuantizedAdd(input_min, input_max, smaller_input_min, in QuantizedAddUsingEigen() 836 QuantizedToFloatStruct<T2> smaller_input_q2f(smaller_input_min, in QuantizedAddUsingEigen() 863 float smaller_input_min, float smaller_input_max, in QuantizedAdd() argument 869 GetOutputMinAndMaxForQuantizedAdd(input_min, input_max, smaller_input_min, in QuantizedAdd() 898 RequantizeInNewRange<T2, T3>(smaller_input_value, smaller_input_min, in QuantizedAdd()
|