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.h263 const int64 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local
343 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local
709 const int64 rounding_delta = 1 << (fp_shift - 1); variable