Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h480 const int64x2_t top_left_x_res = vmull_s32(top_left, RESOLUTION_MULT32x2); in ComputeLerp32x2() local
486 vmlal_s32(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp32x2()
516 const int16x8_t top_left_x_res = in ComputeLerp8x8() local
524 vmlaq_s16(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp8x8()