Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc250 const T* ys_input_upper_ptr, in OutputLerpForChannels() argument
258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels()
259 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels()
271 const quint8* const ys_input_upper_ptr, in OutputLerp8x8x1() argument
278 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x1()
286 xs, x, ys_ilerp, 1, min, max, ys_input_lower_ptr, ys_input_upper_ptr, in OutputLerp8x8x1()
297 const quint8* const ys_input_upper_ptr, in OutputLerp8x8x3() argument
304 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3()
311 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3()
318 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3()
[all …]
Dresize_bilinear_op.cc138 const T* ys_input_upper_ptr = input_b_ptr + ys[y].upper * in_row_size; in resize_image() local
148 const float bottom_left0(ys_input_upper_ptr[xs_lower + 0]); in resize_image()
149 const float bottom_right0(ys_input_upper_ptr[xs_upper + 0]); in resize_image()
154 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image()
155 const float bottom_right1(ys_input_upper_ptr[xs_upper + 1]); in resize_image()
160 const float bottom_left2(ys_input_upper_ptr[xs_lower + 2]); in resize_image()
161 const float bottom_right2(ys_input_upper_ptr[xs_upper + 2]); in resize_image()
183 const T* ys_input_upper_ptr = input_b_ptr + ys[y].upper * in_row_size; in resize_image() local
192 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image()
193 const float bottom_right(ys_input_upper_ptr[xs_upper + c]); in resize_image()