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.cc83 const int64 highest_quantized = in ScalarAddition() local
110 std::min(full_input_in_output_range_64, highest_quantized); in ScalarAddition()
140 const int64 highest_quantized = in ScalarAddition() local
150 std::min(full_input_in_output_range_64, highest_quantized); in ScalarAddition()
198 const int64 highest_quantized = in VectorAddition() local
229 x_in_output_range_64 = std::min(x_in_output_range_64, highest_quantized); in VectorAddition()
235 y_in_output_range_64 = std::min(y_in_output_range_64, highest_quantized); in VectorAddition()
267 const int64 highest_quantized = in VectorAddition() local
274 x_in_output_range_64 = std::min(x_in_output_range_64, highest_quantized); in VectorAddition()
280 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);