Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h484 const int32x2_t top_right_sub_top_left = vsub_s32(top_right, top_left); in ComputeLerp32x2() local
486 vmlal_s32(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp32x2()
521 const int16x8_t top_right_sub_top_left = in ComputeLerp8x8() local
524 vmlaq_s16(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp8x8()