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.h272 const int64 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local
283 const int64 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeReference()
352 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local
358 const int32x4_t rounding_delta_32x4 = vmovq_n_s32(rounding_delta); in RequantizeManyInNewRangeNeon()
398 const int32 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeNeon()
718 const int64 rounding_delta = 1 << (fp_shift - 1); variable
726 (input_offset_fp - output_offset_fp + rounding_delta);