Home
last modified time | relevance | path

Searched refs:output_offset_fp_32x4 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h348 const int32x4_t output_offset_fp_32x4 = vmovq_n_s32(output_offset_fp); in RequantizeManyInNewRangeNeon() local
364 vsubq_s32(fp_value_low_32x4, output_offset_fp_32x4); in RequantizeManyInNewRangeNeon()
366 vsubq_s32(fp_value_high_32x4, output_offset_fp_32x4); in RequantizeManyInNewRangeNeon()