Home
last modified time | relevance | path

Searched refs: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
274 const int64 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeReference()
343 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local
349 const int32x4_t rounding_delta_32x4 = vmovq_n_s32(rounding_delta); in RequantizeManyInNewRangeNeon()
389 const int32 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeNeon()
709 const int64 rounding_delta = 1 << (fp_shift - 1); variable
717 (input_offset_fp - output_offset_fp + rounding_delta);