Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h272 const int64_t rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local
352 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local
716 const int64_t rounding_delta = 1 << (fp_shift - 1); variable