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.cc141 const int64 xs_lower = xs[x].lower; in resize_image() local
146 const float top_left0(ys_input_lower_ptr[xs_lower + 0]); in resize_image()
148 const float bottom_left0(ys_input_upper_ptr[xs_lower + 0]); in resize_image()
152 const float top_left1(ys_input_lower_ptr[xs_lower + 1]); in resize_image()
154 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image()
158 const float top_left2(ys_input_lower_ptr[xs_lower + 2]); in resize_image()
160 const float bottom_left2(ys_input_upper_ptr[xs_lower + 2]); in resize_image()
186 auto xs_lower = xs[x].lower; in resize_image() local
190 const float top_left(ys_input_lower_ptr[xs_lower + c]); in resize_image()
192 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image()
Dquantized_resize_bilinear_op.cc252 const int64 xs_lower = xs.lower[x]; in OutputLerpForChannels() local
256 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels()
258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels()
495 const int64 xs_lower = xs.lower[x]; in ResizeImageReference() local
499 const T top_left = ys_input_lower_ptr[xs_lower + c]; in ResizeImageReference()
501 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference()
Dquantized_resize_bilinear_op_test.cc129 const int64 xs_lower = std::get<0>(x_weight); in CalcReferenceResizedVal() local
133 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal()
135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal()