Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc126 const int y_upper_index = in CalcReferenceResizedVal() local
135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal()
136 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal()