Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc133 const int64 xs_lower = xs[x].lower; in resize_image() local
138 const float top_left0(ys_input_lower_ptr[xs_lower + 0]); in resize_image()
140 const float bottom_left0(ys_input_upper_ptr[xs_lower + 0]); in resize_image()
144 const float top_left1(ys_input_lower_ptr[xs_lower + 1]); in resize_image()
146 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image()
150 const float top_left2(ys_input_lower_ptr[xs_lower + 2]); in resize_image()
152 const float bottom_left2(ys_input_upper_ptr[xs_lower + 2]); in resize_image()
178 auto xs_lower = xs[x].lower; in resize_image() local
182 const float top_left(ys_input_lower_ptr[xs_lower + c]); in resize_image()
184 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image()
Dquantized_resize_bilinear_op.cc246 const int64 xs_lower = xs.lower[x]; in OutputLerpForChannels() local
250 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels()
252 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels()
488 const int64 xs_lower = xs.lower[x]; in ResizeImageReference() local
492 const T top_left = ys_input_lower_ptr[xs_lower + c]; in ResizeImageReference()
494 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference()
Dquantized_resize_bilinear_op_test.cc128 const int64 xs_lower = std::get<0>(x_weight); in CalcReferenceResizedVal() local
132 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal()
134 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal()