Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h260 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeReference() local
266 static_cast<int64>(input_rezero * recip_output_range * (1 << fp_shift)); in RequantizeManyInNewRangeReference()
337 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeNeon() local
345 static_cast<int32>(input_rezero * recip_output_range * (1 << fp_shift)); in RequantizeManyInNewRangeNeon()
706 const float input_rezero = (min_input + max_input) / 2.0; variable
712 static_cast<int64>(input_rezero * recip_output_range * (1 << fp_shift));