Searched refs:ys_ilerp (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 247 const int64 x, const T_SCALE ys_ilerp, in OutputLerpForChannels() argument 261 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp); in OutputLerpForChannels() 268 const int64 x_start, const int16 ys_ilerp, in OutputLerp8x8x1() argument 274 const int16x8_t y_lerpsx = vmovq_n_s16(ys_ilerp); in OutputLerp8x8x1() 286 xs, x, ys_ilerp, 1, min, max, ys_input_lower_ptr, ys_input_upper_ptr, in OutputLerp8x8x1() 294 const int64 x_start, const int16 ys_ilerp, in OutputLerp8x8x3() argument 300 const int16x8_t y_lerpsx = vmovq_n_s16(ys_ilerp); in OutputLerp8x8x3() 327 xs, x, ys_ilerp, 3, min, max, ys_input_lower_ptr, ys_input_upper_ptr, in OutputLerp8x8x3() 335 const int64 x_start, const int32 ys_ilerp, in OutputLerp32x4x1() argument 352 const int32x2_t y_lerpsx = vmov_n_s32(ys_ilerp); in OutputLerp32x4x1() [all …]
|