Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h261 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeReference() local
337 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeNeon() local
705 const float input_rezero = (min_input + max_input) / 2.0; variable