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.h251 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeReference() local
257 static_cast<int64>(input_rezero * recip_output_range * (1 << fp_shift)); in RequantizeManyInNewRangeReference()
328 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeNeon() local
336 static_cast<int32>(input_rezero * recip_output_range * (1 << fp_shift)); in RequantizeManyInNewRangeNeon()
697 const float input_rezero = (min_input + max_input) / 2.0; variable
703 static_cast<int64>(input_rezero * recip_output_range * (1 << fp_shift));