Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h272 const int64 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local
352 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local
718 const int64 rounding_delta = 1 << (fp_shift - 1); variable