Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc82 const int64 highest_quantized = in ScalarAddition() local
109 std::min(full_input_in_output_range_64, highest_quantized); in ScalarAddition()
139 const int64 highest_quantized = in ScalarAddition() local
149 std::min(full_input_in_output_range_64, highest_quantized); in ScalarAddition()
197 const int64 highest_quantized = in VectorAddition() local
228 x_in_output_range_64 = std::min(x_in_output_range_64, highest_quantized); in VectorAddition()
234 y_in_output_range_64 = std::min(y_in_output_range_64, highest_quantized); in VectorAddition()
266 const int64 highest_quantized = in VectorAddition() local
273 x_in_output_range_64 = std::min(x_in_output_range_64, highest_quantized); in VectorAddition()
279 y_in_output_range_64 = std::min(y_in_output_range_64, highest_quantized); in VectorAddition()
[all …]
Dquantization_utils.h75 const int64 highest_quantized = in FloatToQuantized() local
78 quantized = std::min(quantized, highest_quantized); in FloatToQuantized()
297 const int64 highest_quantized = in RequantizeManyInNewRange8To32BitReference() local
303 output_value = std::min(output_value, highest_quantized); in RequantizeManyInNewRange8To32BitReference()
624 const int64 highest_quantized = variable
631 output_value = std::min(output_value, highest_quantized);