Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc253 const int64 xs_upper = xs.upper[x]; in OutputLerpForChannels() local
257 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels()
259 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels()
496 const int64 xs_upper = xs.upper[x]; in ResizeImageReference() local
500 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference()
502 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in ResizeImageReference()
Dquantized_resize_bilinear_op_test.cc130 const int64 xs_upper = std::get<1>(x_weight); in CalcReferenceResizedVal() local
134 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal()
136 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal()